#3c6e11
a deep, vivid green · cool · closest name: olivedrab
RGB
60, 110, 17
HSL
92°, 73%, 25%
CMYK
46, 0, 85, 57
Luminance
0.1215
Every format
| HEX | #3c6e11 |
| RGB | rgb(60, 110, 17) |
| HSL | hsl(92, 73%, 25%) |
| CMYK | cmyk(46%, 0%, 85%, 57%) |
| LAB | lab(41.5 -32.8 42.4) |
| LCH | lch(41.5 53.6 127.8) |
| OKLCH | oklch(0.484 0.131 134.6) |
Copy-ready code
/* CSS */
color: #3c6e11;
background-color: #3c6e11;
/* Tailwind (arbitrary) */
class="text-[#3c6e11] bg-[#3c6e11]"
/* SCSS */
$brand: #3c6e11;
/* SwiftUI */
Color(red: 0.235, green: 0.431, blue: 0.067)
/* Android */
Color.parseColor("#3c6e11")Accessibility — WCAG contrast
Aa
#3c6e11 on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c6e11 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green43.1%
Blue6.7%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow84.5%
Key (black)56.9%
Color previews
#3c6e11 text on a black background
contrast 3.43:1
Card sample
#3c6e11 text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c6e11;
Background color
Panel with #3c6e11 background
background-color: #3c6e11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c6e11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 110, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 110, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c6e11; background: linear-gradient(135deg, #3c6e11, #116E24);