#416f13
a dark, vivid green · cool · closest name: olivedrab
RGB
65, 111, 19
HSL
90°, 71%, 26%
CMYK
41, 0, 83, 57
Luminance
0.1254
Every format
| HEX | #416f13 |
| RGB | rgb(65, 111, 19) |
| HSL | hsl(90, 71%, 26%) |
| CMYK | cmyk(41%, 0%, 83%, 57%) |
| LAB | lab(42.1 -31.3 42.4) |
| LCH | lch(42.1 52.7 126.4) |
| OKLCH | oklch(0.490 0.129 133.3) |
Copy-ready code
/* CSS */
color: #416f13;
background-color: #416f13;
/* Tailwind (arbitrary) */
class="text-[#416f13] bg-[#416f13]"
/* SCSS */
$brand: #416f13;
/* SwiftUI */
Color(red: 0.255, green: 0.435, blue: 0.075)
/* Android */
Color.parseColor("#416f13")Accessibility — WCAG contrast
Aa
#416f13 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#416f13 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green43.5%
Blue7.5%
CMYK percentages
Cyan41.4%
Magenta0.0%
Yellow82.9%
Key (black)56.5%
Color previews
#416f13 text on a black background
contrast 3.51:1
Card sample
#416f13 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #416f13;
Background color
Panel with #416f13 background
background-color: #416f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #416f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 111, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 111, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #416f13; background: linear-gradient(135deg, #416f13, #136F22);