#366d00
a deep, electric green · cool · closest name: olivedrab
RGB
54, 109, 0
HSL
90°, 100%, 21%
CMYK
51, 0, 100, 57
Luminance
0.1172
Every format
| HEX | #366d00 |
| RGB | rgb(54, 109, 0) |
| HSL | hsl(90, 100%, 21%) |
| CMYK | cmyk(51%, 0%, 100%, 57%) |
| LAB | lab(40.8 -35.2 46.1) |
| LCH | lch(40.8 58.0 127.4) |
| OKLCH | oklch(0.478 0.140 135.1) |
Copy-ready code
/* CSS */
color: #366d00;
background-color: #366d00;
/* Tailwind (arbitrary) */
class="text-[#366d00] bg-[#366d00]"
/* SCSS */
$brand: #366d00;
/* SwiftUI */
Color(red: 0.212, green: 0.427, blue: 0.000)
/* Android */
Color.parseColor("#366d00")Accessibility — WCAG contrast
Aa
#366d00 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#366d00 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green42.7%
Blue0.0%
CMYK percentages
Cyan50.5%
Magenta0.0%
Yellow100.0%
Key (black)57.3%
Color previews
#366d00 text on a black background
contrast 3.34:1
Card sample
#366d00 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #366d00;
Background color
Panel with #366d00 background
background-color: #366d00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #366d00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 109, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 109, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #366d00; background: linear-gradient(135deg, #366d00, #006D13);