#396913
a deep, vivid green · cool · closest name: olivedrab
RGB
57, 105, 19
HSL
94°, 69%, 24%
CMYK
46, 0, 82, 59
Luminance
0.1102
Every format
| HEX | #396913 |
| RGB | rgb(57, 105, 19) |
| HSL | hsl(94, 69%, 24%) |
| CMYK | cmyk(46%, 0%, 82%, 59%) |
| LAB | lab(39.6 -31.6 40.0) |
| LCH | lch(39.6 50.9 128.3) |
| OKLCH | oklch(0.469 0.125 134.9) |
Copy-ready code
/* CSS */
color: #396913;
background-color: #396913;
/* Tailwind (arbitrary) */
class="text-[#396913] bg-[#396913]"
/* SCSS */
$brand: #396913;
/* SwiftUI */
Color(red: 0.224, green: 0.412, blue: 0.075)
/* Android */
Color.parseColor("#396913")Accessibility — WCAG contrast
Aa
#396913 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396913 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green41.2%
Blue7.5%
CMYK percentages
Cyan45.7%
Magenta0.0%
Yellow81.9%
Key (black)58.8%
Color previews
#396913 text on a black background
contrast 3.20:1
Card sample
#396913 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396913;
Background color
Panel with #396913 background
background-color: #396913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 105, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 105, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396913; background: linear-gradient(135deg, #396913, #136926);