HSL(112, 37%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,37%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 37%, 32%) | color: hsl(112, 37%, 32%) | |
| HEX | #3B7033 | color: #3B7033 | |
| RGB | rgb(59, 112, 51) | color: rgb(59, 112, 51) | |
| CMYK | cmyk(47%, 0%, 54%, 56%) | — | |
| HSV | hsv(112, 54%, 44%) | — | |
| HWB | hwb(112 20% 56%) | color: hwb(112 20% 56%) | |
| OKLCH | oklch(0.4929 0.1081 141.13) | color: oklch(0.4929 0.1081 141.13) | |
| Lab | lab(42.39 -30.81 28.3) | color: lab(42.39 -30.81 28.3) | |
| LCH | lch(42.39 41.83 137.43) | color: lch(42.39 41.83 137.43) |
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)
#525242 — rgb(82, 82, 66)
Deuteranopia (Green-blind)
#4F4B45 — rgb(79, 75, 69)
Tritanopia (Blue-blind)
#3E4D50 — rgb(62, 77, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 37%, 32%);
text
color: hsl(112, 37%, 32%);
border
border: 2px solid hsl(112, 37%, 32%);
gradient light
background: linear-gradient(to right, hsl(112, 37%, 52%), hsl(112, 37%, 32%));
gradient dark
background: linear-gradient(to right, hsl(112, 37%, 32%), hsl(112, 37%, 12%))
hex
background-color: #3B7033;
tailwind
bg-[hsl(112,37%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 37%, 32%, 0.4);
css variable
--color-primary: hsl(112, 37%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 37%, 32%)?
HEX: #3B7033 | RGB: rgb(59, 112, 51) | CMYK: 47%, 0%, 54%, 56% | HSV: 112°, 54%, 44%. Copy any format from the conversion table above.
What colors go well with #3B7033?
The complementary color is HSL(292, 37%, 32%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 37%, 32%) in CSS?
As HSL: color: hsl(112, 37%, 32%); — As HEX: color: #3B7033; — As RGB: color: rgb(59, 112, 51); — Tailwind CSS: bg-[hsl(112,37%,32%)] — CSS variable: --color-primary: hsl(112, 37%, 32%);