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