HSL(109, 40%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(109,40%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(109, 40%, 36%) | color: hsl(109, 40%, 36%) | |
| HEX | #458137 | color: #458137 | |
| RGB | rgb(69, 129, 55) | color: rgb(69, 129, 55) | |
| CMYK | cmyk(47%, 0%, 57%, 49%) | — | |
| HSV | hsv(109, 57%, 51%) | — | |
| HWB | hwb(109 22% 49%) | color: hwb(109 22% 49%) | |
| OKLCH | oklch(0.5448 0.1242 139.91) | color: oklch(0.5448 0.1242 139.91) | |
| Lab | lab(48.56 -34.67 33.7) | color: lab(48.56 -34.67 33.7) | |
| LCH | lch(48.56 48.35 135.81) | color: lch(48.56 48.35 135.81) |
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)
#5F6049 — rgb(95, 96, 73)
Deuteranopia (Green-blind)
#5C574D — rgb(92, 87, 77)
Tritanopia (Blue-blind)
#48575A — rgb(72, 87, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(109, 40%, 36%);
text
color: hsl(109, 40%, 36%);
border
border: 2px solid hsl(109, 40%, 36%);
gradient light
background: linear-gradient(to right, hsl(109, 40%, 56%), hsl(109, 40%, 36%));
gradient dark
background: linear-gradient(to right, hsl(109, 40%, 36%), hsl(109, 40%, 16%))
hex
background-color: #458137;
tailwind
bg-[hsl(109,40%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(109, 40%, 36%, 0.4);
css variable
--color-primary: hsl(109, 40%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(109, 40%, 36%)?
HEX: #458137 | RGB: rgb(69, 129, 55) | CMYK: 47%, 0%, 57%, 49% | HSV: 109°, 57%, 51%. Copy any format from the conversion table above.
What colors go well with #458137?
The complementary color is HSL(289, 40%, 36%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(109, 40%, 36%) in CSS?
As HSL: color: hsl(109, 40%, 36%); — As HEX: color: #458137; — As RGB: color: rgb(69, 129, 55); — Tailwind CSS: bg-[hsl(109,40%,36%)] — CSS variable: --color-primary: hsl(109, 40%, 36%);