HSL(108, 63%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,63%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 63%, 36%) | color: hsl(108, 63%, 36%) | |
| HEX | #399622 | color: #399622 | |
| RGB | rgb(57, 150, 34) | color: rgb(57, 150, 34) | |
| CMYK | cmyk(62%, 0%, 77%, 41%) | — | |
| HSV | hsv(108, 77%, 59%) | — | |
| HWB | hwb(108 14% 41%) | color: hwb(108 14% 41%) | |
| OKLCH | oklch(0.5948 0.1734 140.25) | color: oklch(0.5948 0.1734 140.25) | |
| Lab | lab(54.86 -48.61 49.45) | color: lab(54.86 -48.61 49.45) | |
| LCH | lch(54.86 69.34 134.51) | color: lch(54.86 69.34 134.51) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#61623E — rgb(97, 98, 62)
Deuteranopia (Green-blind)
#5C5545 — rgb(92, 85, 69)
Tritanopia (Blue-blind)
#3E5459 — rgb(62, 84, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 63%, 36%);
text
color: hsl(108, 63%, 36%);
border
border: 2px solid hsl(108, 63%, 36%);
gradient light
background: linear-gradient(to right, hsl(108, 63%, 56%), hsl(108, 63%, 36%));
gradient dark
background: linear-gradient(to right, hsl(108, 63%, 36%), hsl(108, 63%, 16%))
hex
background-color: #399622;
tailwind
bg-[hsl(108,63%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 63%, 36%, 0.4);
css variable
--color-primary: hsl(108, 63%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 63%, 36%)?
HEX: #399622 | RGB: rgb(57, 150, 34) | CMYK: 62%, 0%, 77%, 41% | HSV: 108°, 77%, 59%. Copy any format from the conversion table above.
What colors go well with #399622?
The complementary color is HSL(288, 63%, 36%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 63%, 36%) in CSS?
As HSL: color: hsl(108, 63%, 36%); — As HEX: color: #399622; — As RGB: color: rgb(57, 150, 34); — Tailwind CSS: bg-[hsl(108,63%,36%)] — CSS variable: --color-primary: hsl(108, 63%, 36%);