#417513
a dark, vivid green · cool · closest name: olivedrab
RGB
65, 117, 19
HSL
92°, 72%, 27%
CMYK
44, 0, 84, 54
Luminance
0.1389
Every format
| HEX | #417513 |
| RGB | rgb(65, 117, 19) |
| HSL | hsl(92, 72%, 27%) |
| CMYK | cmyk(44%, 0%, 84%, 54%) |
| LAB | lab(44.1 -34.0 44.3) |
| LCH | lch(44.1 55.8 127.5) |
| OKLCH | oklch(0.507 0.137 134.3) |
Copy-ready code
/* CSS */
color: #417513;
background-color: #417513;
/* Tailwind (arbitrary) */
class="text-[#417513] bg-[#417513]"
/* SCSS */
$brand: #417513;
/* SwiftUI */
Color(red: 0.255, green: 0.459, blue: 0.075)
/* Android */
Color.parseColor("#417513")Accessibility — WCAG contrast
Aa
#417513 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#417513 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green45.9%
Blue7.5%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow83.8%
Key (black)54.1%
Color previews
#417513 text on a black background
contrast 3.78:1
Card sample
#417513 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #417513;
Background color
Panel with #417513 background
background-color: #417513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #417513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 117, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 117, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #417513; background: linear-gradient(135deg, #417513, #137526);