#409113
a dark, electric green · cool · closest name: forestgreen
RGB
64, 145, 19
HSL
99°, 77%, 32%
CMYK
56, 0, 87, 43
Luminance
0.2139
Every format
| HEX | #409113 |
| RGB | rgb(64, 145, 19) |
| HSL | hsl(99, 77%, 32%) |
| CMYK | cmyk(56%, 0%, 87%, 43%) |
| LAB | lab(53.4 -45.7 52.6) |
| LCH | lch(53.4 69.7 131.0) |
| OKLCH | oklch(0.583 0.171 137.7) |
Copy-ready code
/* CSS */
color: #409113;
background-color: #409113;
/* Tailwind (arbitrary) */
class="text-[#409113] bg-[#409113]"
/* SCSS */
$brand: #409113;
/* SwiftUI */
Color(red: 0.251, green: 0.569, blue: 0.075)
/* Android */
Color.parseColor("#409113")Accessibility — WCAG contrast
Aa
#409113 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#409113 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green56.9%
Blue7.5%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow86.9%
Key (black)43.1%
Color previews
#409113 text on a black background
contrast 5.28:1
Card sample
#409113 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #409113;
Background color
Panel with #409113 background
background-color: #409113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #409113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 145, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 145, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #409113; background: linear-gradient(135deg, #409113, #13913A);