HSL(117, 43%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,43%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 43%, 36%) | color: hsl(117, 43%, 36%) | |
| HEX | #388334 | color: #388334 | |
| RGB | rgb(56, 131, 52) | color: rgb(56, 131, 52) | |
| CMYK | cmyk(57%, 0%, 60%, 49%) | — | |
| HSV | hsv(117, 60%, 51%) | — | |
| HWB | hwb(117 20% 49%) | color: hwb(117 20% 49%) | |
| OKLCH | oklch(0.5441 0.1365 142.57) | color: oklch(0.5441 0.1365 142.57) | |
| Lab | lab(48.66 -39.82 35.19) | color: lab(48.66 -39.82 35.19) | |
| LCH | lch(48.66 53.14 138.53) | color: lch(48.66 53.14 138.53) |
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)
#585947 — rgb(88, 89, 71)
Deuteranopia (Green-blind)
#544F4C — rgb(84, 79, 76)
Tritanopia (Blue-blind)
#3C565A — rgb(60, 86, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 43%, 36%);
text
color: hsl(117, 43%, 36%);
border
border: 2px solid hsl(117, 43%, 36%);
gradient light
background: linear-gradient(to right, hsl(117, 43%, 56%), hsl(117, 43%, 36%));
gradient dark
background: linear-gradient(to right, hsl(117, 43%, 36%), hsl(117, 43%, 16%))
hex
background-color: #388334;
tailwind
bg-[hsl(117,43%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 43%, 36%, 0.4);
css variable
--color-primary: hsl(117, 43%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 43%, 36%)?
HEX: #388334 | RGB: rgb(56, 131, 52) | CMYK: 57%, 0%, 60%, 49% | HSV: 117°, 60%, 51%. Copy any format from the conversion table above.
What colors go well with #388334?
The complementary color is HSL(297, 43%, 36%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 43%, 36%) in CSS?
As HSL: color: hsl(117, 43%, 36%); — As HEX: color: #388334; — As RGB: color: rgb(56, 131, 52); — Tailwind CSS: bg-[hsl(117,43%,36%)] — CSS variable: --color-primary: hsl(117, 43%, 36%);