#416613
a deep, vivid green · cool · closest name: olivedrab
RGB
65, 102, 19
HSL
87°, 69%, 24%
CMYK
36, 0, 81, 60
Luminance
0.1067
Every format
| HEX | #416613 |
| RGB | rgb(65, 102, 19) |
| HSL | hsl(87, 69%, 24%) |
| CMYK | cmyk(36%, 0%, 81%, 60%) |
| LAB | lab(39.0 -27.1 39.5) |
| LCH | lch(39.0 48.0 124.4) |
| OKLCH | oklch(0.465 0.117 131.2) |
Copy-ready code
/* CSS */
color: #416613;
background-color: #416613;
/* Tailwind (arbitrary) */
class="text-[#416613] bg-[#416613]"
/* SCSS */
$brand: #416613;
/* SwiftUI */
Color(red: 0.255, green: 0.400, blue: 0.075)
/* Android */
Color.parseColor("#416613")Accessibility — WCAG contrast
Aa
#416613 on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#416613 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green40.0%
Blue7.5%
CMYK percentages
Cyan36.3%
Magenta0.0%
Yellow81.4%
Key (black)60.0%
Color previews
#416613 text on a black background
contrast 3.13:1
Card sample
#416613 text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #416613;
Background color
Panel with #416613 background
background-color: #416613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #416613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 102, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 102, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #416613; background: linear-gradient(135deg, #416613, #13661C);