#396113
a deep, vivid green · cool · closest name: olivedrab
RGB
57, 97, 19
HSL
91°, 67%, 23%
CMYK
41, 0, 80, 62
Luminance
0.0947
Every format
| HEX | #396113 |
| RGB | rgb(57, 97, 19) |
| HSL | hsl(91, 67%, 23%) |
| CMYK | cmyk(41%, 0%, 80%, 62%) |
| LAB | lab(36.9 -27.9 37.3) |
| LCH | lch(36.9 46.6 126.8) |
| OKLCH | oklch(0.446 0.114 133.3) |
Copy-ready code
/* CSS */
color: #396113;
background-color: #396113;
/* Tailwind (arbitrary) */
class="text-[#396113] bg-[#396113]"
/* SCSS */
$brand: #396113;
/* SwiftUI */
Color(red: 0.224, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#396113")Accessibility — WCAG contrast
Aa
#396113 on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#396113 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green38.0%
Blue7.5%
CMYK percentages
Cyan41.2%
Magenta0.0%
Yellow80.4%
Key (black)62.0%
Color previews
#396113 text on a black background
contrast 2.89:1
Card sample
#396113 text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396113;
Background color
Panel with #396113 background
background-color: #396113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396113; background: linear-gradient(135deg, #396113, #136121);