#417413
a dark, vivid green · cool · closest name: olivedrab
RGB
65, 116, 19
HSL
92°, 72%, 27%
CMYK
44, 0, 84, 55
Luminance
0.1366
Every format
| HEX | #417413 |
| RGB | rgb(65, 116, 19) |
| HSL | hsl(92, 72%, 27%) |
| CMYK | cmyk(44%, 0%, 84%, 55%) |
| LAB | lab(43.7 -33.5 44.0) |
| LCH | lch(43.7 55.3 127.3) |
| OKLCH | oklch(0.504 0.135 134.2) |
Copy-ready code
/* CSS */
color: #417413;
background-color: #417413;
/* Tailwind (arbitrary) */
class="text-[#417413] bg-[#417413]"
/* SCSS */
$brand: #417413;
/* SwiftUI */
Color(red: 0.255, green: 0.455, blue: 0.075)
/* Android */
Color.parseColor("#417413")Accessibility — WCAG contrast
Aa
#417413 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#417413 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green45.5%
Blue7.5%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow83.6%
Key (black)54.5%
Color previews
#417413 text on a black background
contrast 3.73:1
Card sample
#417413 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #417413;
Background color
Panel with #417413 background
background-color: #417413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #417413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 116, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 116, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #417413; background: linear-gradient(135deg, #417413, #137426);