#316613
a deep, vivid green · cool · closest name: olivedrab
RGB
49, 102, 19
HSL
98°, 69%, 24%
CMYK
52, 0, 81, 60
Luminance
0.1020
Every format
| HEX | #316613 |
| RGB | rgb(49, 102, 19) |
| HSL | hsl(98, 69%, 24%) |
| CMYK | cmyk(52%, 0%, 81%, 60%) |
| LAB | lab(38.2 -33.1 38.5) |
| LCH | lch(38.2 50.7 130.7) |
| OKLCH | oklch(0.456 0.126 136.9) |
Copy-ready code
/* CSS */
color: #316613;
background-color: #316613;
/* Tailwind (arbitrary) */
class="text-[#316613] bg-[#316613]"
/* SCSS */
$brand: #316613;
/* SwiftUI */
Color(red: 0.192, green: 0.400, blue: 0.075)
/* Android */
Color.parseColor("#316613")Accessibility — WCAG contrast
Aa
#316613 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#316613 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green40.0%
Blue7.5%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow81.4%
Key (black)60.0%
Color previews
#316613 text on a black background
contrast 3.04:1
Card sample
#316613 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #316613;
Background color
Panel with #316613 background
background-color: #316613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #316613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 102, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 102, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #316613; background: linear-gradient(135deg, #316613, #13662C);