HSL(92, 22%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,22%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 22%, 32%) | color: hsl(92, 22%, 32%) | |
| HEX | #506440 | color: #506440 | |
| RGB | rgb(80, 100, 64) | color: rgb(80, 100, 64) | |
| CMYK | cmyk(20%, 0%, 36%, 61%) | — | |
| HSV | hsv(93, 36%, 39%) | — | |
| HWB | hwb(93 25% 61%) | color: hwb(93 25% 61%) | |
| OKLCH | oklch(0.4767 0.0604 131.95) | color: oklch(0.4767 0.0604 131.95) | |
| Lab | lab(39.9 -14.83 18.03) | color: lab(39.9 -14.83 18.03) | |
| LCH | lch(39.9 23.35 129.44) | color: lch(39.9 23.35 129.44) |
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)
#595949 — rgb(89, 89, 73)
Deuteranopia (Green-blind)
#58564B — rgb(88, 86, 75)
Tritanopia (Blue-blind)
#515051 — rgb(81, 80, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 22%, 32%);
text
color: hsl(92, 22%, 32%);
border
border: 2px solid hsl(92, 22%, 32%);
gradient light
background: linear-gradient(to right, hsl(92, 22%, 52%), hsl(92, 22%, 32%));
gradient dark
background: linear-gradient(to right, hsl(92, 22%, 32%), hsl(92, 22%, 12%))
hex
background-color: #506440;
tailwind
bg-[hsl(92,22%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 22%, 32%, 0.4);
css variable
--color-primary: hsl(92, 22%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 22%, 32%)?
HEX: #506440 | RGB: rgb(80, 100, 64) | CMYK: 20%, 0%, 36%, 61% | HSV: 93°, 36%, 39%. Copy any format from the conversion table above.
What colors go well with #506440?
The complementary color is HSL(272, 22%, 32%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 22%, 32%) in CSS?
As HSL: color: hsl(92, 22%, 32%); — As HEX: color: #506440; — As RGB: color: rgb(80, 100, 64); — Tailwind CSS: bg-[hsl(92,22%,32%)] — CSS variable: --color-primary: hsl(92, 22%, 32%);