#367113
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 113, 19
HSL
98°, 71%, 26%
CMYK
52, 0, 83, 56
Luminance
0.1264
Every format
| HEX | #367113 |
| RGB | rgb(54, 113, 19) |
| HSL | hsl(98, 71%, 26%) |
| CMYK | cmyk(52%, 0%, 83%, 56%) |
| LAB | lab(42.2 -36.1 42.4) |
| LCH | lch(42.2 55.6 130.4) |
| OKLCH | oklch(0.490 0.137 136.9) |
Copy-ready code
/* CSS */
color: #367113;
background-color: #367113;
/* Tailwind (arbitrary) */
class="text-[#367113] bg-[#367113]"
/* SCSS */
$brand: #367113;
/* SwiftUI */
Color(red: 0.212, green: 0.443, blue: 0.075)
/* Android */
Color.parseColor("#367113")Accessibility — WCAG contrast
Aa
#367113 on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#367113 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green44.3%
Blue7.5%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow83.2%
Key (black)55.7%
Color previews
#367113 text on a black background
contrast 3.53:1
Card sample
#367113 text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367113;
Background color
Panel with #367113 background
background-color: #367113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 113, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 113, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367113; background: linear-gradient(135deg, #367113, #13712F);