HSL(67, 96%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,96%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 96%, 17%) | color: hsl(67, 96%, 17%) | |
| HEX | #4B5502 | color: #4B5502 | |
| RGB | rgb(75, 85, 2) | color: rgb(75, 85, 2) | |
| CMYK | cmyk(12%, 0%, 98%, 67%) | — | |
| HSV | hsv(67, 98%, 33%) | — | |
| HWB | hwb(67 1% 67%) | color: hwb(67 1% 67%) | |
| OKLCH | oklch(0.4259 0.0975 117.35) | color: oklch(0.4259 0.0975 117.35) | |
| Lab | lab(33.98 -14.57 40.73) | color: lab(33.98 -14.57 40.73) | |
| LCH | lch(33.98 43.26 109.68) | color: lch(33.98 43.26 109.68) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#4F4F16 — rgb(79, 79, 22)
Deuteranopia (Green-blind)
#4F4E1B — rgb(79, 78, 27)
Tritanopia (Blue-blind)
#4C2629 — rgb(76, 38, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 96%, 17%);
text
color: hsl(67, 96%, 17%);
border
border: 2px solid hsl(67, 96%, 17%);
gradient light
background: linear-gradient(to right, hsl(67, 96%, 37%), hsl(67, 96%, 17%));
gradient dark
background: linear-gradient(to right, hsl(67, 96%, 17%), hsl(67, 96%, 0%))
hex
background-color: #4B5502;
tailwind
bg-[hsl(67,96%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 96%, 17%, 0.4);
css variable
--color-primary: hsl(67, 96%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 96%, 17%)?
HEX: #4B5502 | RGB: rgb(75, 85, 2) | CMYK: 12%, 0%, 98%, 67% | HSV: 67°, 98%, 33%. Copy any format from the conversion table above.
What colors go well with #4B5502?
The complementary color is HSL(247, 96%, 17%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 96%, 17%) in CSS?
As HSL: color: hsl(67, 96%, 17%); — As HEX: color: #4B5502; — As RGB: color: rgb(75, 85, 2); — Tailwind CSS: bg-[hsl(67,96%,17%)] — CSS variable: --color-primary: hsl(67, 96%, 17%);