HSL(113, 48%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,48%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 48%, 37%) | color: hsl(113, 48%, 37%) | |
| HEX | #3C8C31 | color: #3C8C31 | |
| RGB | rgb(60, 140, 49) | color: rgb(60, 140, 49) | |
| CMYK | cmyk(57%, 0%, 65%, 45%) | — | |
| HSV | hsv(113, 65%, 55%) | — | |
| HWB | hwb(113 19% 45%) | color: hwb(113 19% 45%) | |
| OKLCH | oklch(0.5699 0.1494 141.33) | color: oklch(0.5699 0.1494 141.33) | |
| Lab | lab(51.77 -42.7 40.18) | color: lab(51.77 -42.7 40.18) | |
| LCH | lch(51.77 58.63 136.74) | color: lch(51.77 58.63 136.74) |
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)
#5F5F47 — rgb(95, 95, 71)
Deuteranopia (Green-blind)
#5A544C — rgb(90, 84, 76)
Tritanopia (Blue-blind)
#40585C — rgb(64, 88, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 48%, 37%);
text
color: hsl(113, 48%, 37%);
border
border: 2px solid hsl(113, 48%, 37%);
gradient light
background: linear-gradient(to right, hsl(113, 48%, 57%), hsl(113, 48%, 37%));
gradient dark
background: linear-gradient(to right, hsl(113, 48%, 37%), hsl(113, 48%, 17%))
hex
background-color: #3C8C31;
tailwind
bg-[hsl(113,48%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 48%, 37%, 0.4);
css variable
--color-primary: hsl(113, 48%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 48%, 37%)?
HEX: #3C8C31 | RGB: rgb(60, 140, 49) | CMYK: 57%, 0%, 65%, 45% | HSV: 113°, 65%, 55%. Copy any format from the conversion table above.
What colors go well with #3C8C31?
The complementary color is HSL(293, 48%, 37%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 48%, 37%) in CSS?
As HSL: color: hsl(113, 48%, 37%); — As HEX: color: #3C8C31; — As RGB: color: rgb(60, 140, 49); — Tailwind CSS: bg-[hsl(113,48%,37%)] — CSS variable: --color-primary: hsl(113, 48%, 37%);