HSL(77, 71%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(77,71%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 71%, 22%) | color: hsl(77, 71%, 22%) | |
| HEX | #496010 | color: #496010 | |
| RGB | rgb(73, 96, 16) | color: rgb(73, 96, 16) | |
| CMYK | cmyk(24%, 0%, 83%, 62%) | — | |
| HSV | hsv(77, 83%, 38%) | — | |
| HWB | hwb(77 6% 62%) | color: hwb(77 6% 62%) | |
| OKLCH | oklch(0.4543 0.1057 125.03) | color: oklch(0.4543 0.1057 125.03) | |
| Lab | lab(37.52 -20.85 39.36) | color: lab(37.52 -20.85 39.36) | |
| LCH | lch(37.52 44.54 117.91) | color: lch(37.52 44.54 117.91) |
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)
#535323 — rgb(83, 83, 35)
Deuteranopia (Green-blind)
#525028 — rgb(82, 80, 40)
Tritanopia (Blue-blind)
#4A3336 — rgb(74, 51, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 71%, 22%);
text
color: hsl(77, 71%, 22%);
border
border: 2px solid hsl(77, 71%, 22%);
gradient light
background: linear-gradient(to right, hsl(77, 71%, 42%), hsl(77, 71%, 22%));
gradient dark
background: linear-gradient(to right, hsl(77, 71%, 22%), hsl(77, 71%, 2%))
hex
background-color: #496010;
tailwind
bg-[hsl(77,71%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 71%, 22%, 0.4);
css variable
--color-primary: hsl(77, 71%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(77, 71%, 22%)?
HEX: #496010 | RGB: rgb(73, 96, 16) | CMYK: 24%, 0%, 83%, 62% | HSV: 77°, 83%, 38%. Copy any format from the conversion table above.
What colors go well with #496010?
The complementary color is HSL(257, 71%, 22%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 71%, 22%) in CSS?
As HSL: color: hsl(77, 71%, 22%); — As HEX: color: #496010; — As RGB: color: rgb(73, 96, 16); — Tailwind CSS: bg-[hsl(77,71%,22%)] — CSS variable: --color-primary: hsl(77, 71%, 22%);