HSL(113, 35%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,35%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 35%, 36%) | color: hsl(113, 35%, 36%) | |
| HEX | #437C3C | color: #437C3C | |
| RGB | rgb(67, 124, 60) | color: rgb(67, 124, 60) | |
| CMYK | cmyk(46%, 0%, 52%, 51%) | — | |
| HSV | hsv(113, 52%, 49%) | — | |
| HWB | hwb(113 24% 51%) | color: hwb(113 24% 51%) | |
| OKLCH | oklch(0.5311 0.1128 141.6) | color: oklch(0.5311 0.1128 141.6) | |
| Lab | lab(46.89 -32.4 29.06) | color: lab(46.89 -32.4 29.06) | |
| LCH | lch(46.89 43.52 138.11) | color: lch(46.89 43.52 138.11) |
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)
#5C5C4B — rgb(92, 92, 75)
Deuteranopia (Green-blind)
#58544F — rgb(88, 84, 79)
Tritanopia (Blue-blind)
#46585A — rgb(70, 88, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 35%, 36%);
text
color: hsl(113, 35%, 36%);
border
border: 2px solid hsl(113, 35%, 36%);
gradient light
background: linear-gradient(to right, hsl(113, 35%, 56%), hsl(113, 35%, 36%));
gradient dark
background: linear-gradient(to right, hsl(113, 35%, 36%), hsl(113, 35%, 16%))
hex
background-color: #437C3C;
tailwind
bg-[hsl(113,35%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 35%, 36%, 0.4);
css variable
--color-primary: hsl(113, 35%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 35%, 36%)?
HEX: #437C3C | RGB: rgb(67, 124, 60) | CMYK: 46%, 0%, 52%, 51% | HSV: 113°, 52%, 49%. Copy any format from the conversion table above.
What colors go well with #437C3C?
The complementary color is HSL(293, 35%, 36%). 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, 35%, 36%) in CSS?
As HSL: color: hsl(113, 35%, 36%); — As HEX: color: #437C3C; — As RGB: color: rgb(67, 124, 60); — Tailwind CSS: bg-[hsl(113,35%,36%)] — CSS variable: --color-primary: hsl(113, 35%, 36%);