#336600
a deep, electric green · cool · closest name: olivedrab
RGB
51, 102, 0
HSL
90°, 100%, 20%
CMYK
50, 0, 100, 60
Luminance
0.1021
Every format
| HEX | #336600 |
| RGB | rgb(51, 102, 0) |
| HSL | hsl(90, 100%, 20%) |
| CMYK | cmyk(50%, 0%, 100%, 60%) |
| LAB | lab(38.2 -33.3 44.0) |
| LCH | lch(38.2 55.2 127.1) |
| OKLCH | oklch(0.456 0.133 134.8) |
Copy-ready code
/* CSS */
color: #336600;
background-color: #336600;
/* Tailwind (arbitrary) */
class="text-[#336600] bg-[#336600]"
/* SCSS */
$brand: #336600;
/* SwiftUI */
Color(red: 0.200, green: 0.400, blue: 0.000)
/* Android */
Color.parseColor("#336600")Accessibility — WCAG contrast
Aa
#336600 on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#336600 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green40.0%
Blue0.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow100.0%
Key (black)60.0%
Color previews
#336600 text on a black background
contrast 3.04:1
Card sample
#336600 text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #336600;
Background color
Panel with #336600 background
background-color: #336600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #336600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 102, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 102, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #336600; background: linear-gradient(135deg, #336600, #006611);