#376513
a deep, vivid green · cool · closest name: olivedrab
RGB
55, 101, 19
HSL
94°, 68%, 24%
CMYK
46, 0, 81, 60
Luminance
0.1017
Every format
| HEX | #376513 |
| RGB | rgb(55, 101, 19) |
| HSL | hsl(94, 68%, 24%) |
| CMYK | cmyk(46%, 0%, 81%, 60%) |
| LAB | lab(38.1 -30.5 38.5) |
| LCH | lch(38.1 49.1 128.4) |
| OKLCH | oklch(0.457 0.121 134.9) |
Copy-ready code
/* CSS */
color: #376513;
background-color: #376513;
/* Tailwind (arbitrary) */
class="text-[#376513] bg-[#376513]"
/* SCSS */
$brand: #376513;
/* SwiftUI */
Color(red: 0.216, green: 0.396, blue: 0.075)
/* Android */
Color.parseColor("#376513")Accessibility — WCAG contrast
Aa
#376513 on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#376513 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green39.6%
Blue7.5%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow81.2%
Key (black)60.4%
Color previews
#376513 text on a black background
contrast 3.03:1
Card sample
#376513 text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #376513;
Background color
Panel with #376513 background
background-color: #376513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #376513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 101, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 101, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #376513; background: linear-gradient(135deg, #376513, #136526);