#416521
a dark, vivid green · cool · closest name: olivedrab
RGB
65, 101, 33
HSL
92°, 51%, 26%
CMYK
36, 0, 67, 60
Luminance
0.1054
Every format
| HEX | #416521 |
| RGB | rgb(65, 101, 33) |
| HSL | hsl(92, 51%, 26%) |
| CMYK | cmyk(36%, 0%, 67%, 60%) |
| LAB | lab(38.8 -25.5 33.4) |
| LCH | lch(38.8 42.0 127.4) |
| OKLCH | oklch(0.464 0.105 132.8) |
Copy-ready code
/* CSS */
color: #416521;
background-color: #416521;
/* Tailwind (arbitrary) */
class="text-[#416521] bg-[#416521]"
/* SCSS */
$brand: #416521;
/* SwiftUI */
Color(red: 0.255, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#416521")Accessibility — WCAG contrast
Aa
#416521 on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#416521 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green39.6%
Blue12.9%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#416521 text on a black background
contrast 3.11:1
Card sample
#416521 text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #416521;
Background color
Panel with #416521 background
background-color: #416521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #416521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #416521; background: linear-gradient(135deg, #416521, #21652E);