#3a5c00
a deep, electric green · cool · closest name: olivedrab
RGB
58, 92, 0
HSL
82°, 100%, 18%
CMYK
37, 0, 100, 64
Luminance
0.0855
Every format
| HEX | #3a5c00 |
| RGB | rgb(58, 92, 0) |
| HSL | hsl(82, 100%, 18%) |
| CMYK | cmyk(37%, 0%, 100%, 64%) |
| LAB | lab(35.1 -26.1 41.8) |
| LCH | lch(35.1 49.2 122.0) |
| OKLCH | oklch(0.432 0.116 130.1) |
Copy-ready code
/* CSS */
color: #3a5c00;
background-color: #3a5c00;
/* Tailwind (arbitrary) */
class="text-[#3a5c00] bg-[#3a5c00]"
/* SCSS */
$brand: #3a5c00;
/* SwiftUI */
Color(red: 0.227, green: 0.361, blue: 0.000)
/* Android */
Color.parseColor("#3a5c00")Accessibility — WCAG contrast
Aa
#3a5c00 on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a5c00 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green36.1%
Blue0.0%
CMYK percentages
Cyan37.0%
Magenta0.0%
Yellow100.0%
Key (black)63.9%
Color previews
#3a5c00 text on a black background
contrast 2.71:1
Card sample
#3a5c00 text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a5c00;
Background color
Panel with #3a5c00 background
background-color: #3a5c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a5c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 92, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 92, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a5c00; background: linear-gradient(135deg, #3a5c00, #005C03);