HSL(116, 38%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,38%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 38%, 35%) | color: hsl(116, 38%, 35%) | |
| HEX | #3C7B37 | color: #3C7B37 | |
| RGB | rgb(60, 123, 55) | color: rgb(60, 123, 55) | |
| CMYK | cmyk(51%, 0%, 55%, 52%) | — | |
| HSV | hsv(116, 55%, 48%) | — | |
| HWB | hwb(116 22% 52%) | color: hwb(116 22% 52%) | |
| OKLCH | oklch(0.5242 0.1202 142.26) | color: oklch(0.5242 0.1202 142.26) | |
| Lab | lab(46.18 -34.88 30.77) | color: lab(46.18 -34.88 30.77) | |
| LCH | lch(46.18 46.51 138.58) | color: lch(46.18 46.51 138.58) |
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)
#575847 — rgb(87, 88, 71)
Deuteranopia (Green-blind)
#544F4B — rgb(84, 79, 75)
Tritanopia (Blue-blind)
#3F5457 — rgb(63, 84, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 38%, 35%);
text
color: hsl(116, 38%, 35%);
border
border: 2px solid hsl(116, 38%, 35%);
gradient light
background: linear-gradient(to right, hsl(116, 38%, 55%), hsl(116, 38%, 35%));
gradient dark
background: linear-gradient(to right, hsl(116, 38%, 35%), hsl(116, 38%, 15%))
hex
background-color: #3C7B37;
tailwind
bg-[hsl(116,38%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 38%, 35%, 0.4);
css variable
--color-primary: hsl(116, 38%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 38%, 35%)?
HEX: #3C7B37 | RGB: rgb(60, 123, 55) | CMYK: 51%, 0%, 55%, 52% | HSV: 116°, 55%, 48%. Copy any format from the conversion table above.
What colors go well with #3C7B37?
The complementary color is HSL(296, 38%, 35%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 38%, 35%) in CSS?
As HSL: color: hsl(116, 38%, 35%); — As HEX: color: #3C7B37; — As RGB: color: rgb(60, 123, 55); — Tailwind CSS: bg-[hsl(116,38%,35%)] — CSS variable: --color-primary: hsl(116, 38%, 35%);