HSL(116, 32%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,32%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 32%, 36%) | color: hsl(116, 32%, 36%) | |
| HEX | #42793E | color: #42793E | |
| RGB | rgb(66, 121, 62) | color: rgb(66, 121, 62) | |
| CMYK | cmyk(45%, 0%, 49%, 53%) | — | |
| HSV | hsv(116, 49%, 47%) | — | |
| HWB | hwb(116 24% 53%) | color: hwb(116 24% 53%) | |
| OKLCH | oklch(0.5228 0.1067 142.5) | color: oklch(0.5228 0.1067 142.5) | |
| Lab | lab(45.88 -31.05 26.71) | color: lab(45.88 -31.05 26.71) | |
| LCH | lch(45.88 40.96 139.3) | color: lch(45.88 40.96 139.3) |
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)
#5A5A4C — rgb(90, 90, 76)
Deuteranopia (Green-blind)
#575350 — rgb(87, 83, 80)
Tritanopia (Blue-blind)
#45585A — rgb(69, 88, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 32%, 36%);
text
color: hsl(116, 32%, 36%);
border
border: 2px solid hsl(116, 32%, 36%);
gradient light
background: linear-gradient(to right, hsl(116, 32%, 56%), hsl(116, 32%, 36%));
gradient dark
background: linear-gradient(to right, hsl(116, 32%, 36%), hsl(116, 32%, 16%))
hex
background-color: #42793E;
tailwind
bg-[hsl(116,32%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 32%, 36%, 0.4);
css variable
--color-primary: hsl(116, 32%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 32%, 36%)?
HEX: #42793E | RGB: rgb(66, 121, 62) | CMYK: 45%, 0%, 49%, 53% | HSV: 116°, 49%, 47%. Copy any format from the conversion table above.
What colors go well with #42793E?
The complementary color is HSL(296, 32%, 36%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 32%, 36%) in CSS?
As HSL: color: hsl(116, 32%, 36%); — As HEX: color: #42793E; — As RGB: color: rgb(66, 121, 62); — Tailwind CSS: bg-[hsl(116,32%,36%)] — CSS variable: --color-primary: hsl(116, 32%, 36%);