#336619
a deep, vivid green · cool · closest name: olivedrab
RGB
51, 102, 25
HSL
100°, 61%, 25%
CMYK
50, 0, 76, 60
Luminance
0.1028
Every format
| HEX | #336619 |
| RGB | rgb(51, 102, 25) |
| HSL | hsl(100, 61%, 25%) |
| CMYK | cmyk(50%, 0%, 76%, 60%) |
| LAB | lab(38.3 -31.9 36.3) |
| LCH | lch(38.3 48.3 131.3) |
| OKLCH | oklch(0.458 0.121 137.1) |
Copy-ready code
/* CSS */
color: #336619;
background-color: #336619;
/* Tailwind (arbitrary) */
class="text-[#336619] bg-[#336619]"
/* SCSS */
$brand: #336619;
/* SwiftUI */
Color(red: 0.200, green: 0.400, blue: 0.098)
/* Android */
Color.parseColor("#336619")Accessibility — WCAG contrast
Aa
#336619 on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#336619 on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green40.0%
Blue9.8%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow75.5%
Key (black)60.0%
Color previews
#336619 text on a black background
contrast 3.06:1
Card sample
#336619 text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #336619;
Background color
Panel with #336619 background
background-color: #336619;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #336619;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 102, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 102, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #336619; background: linear-gradient(135deg, #336619, #196632);