HSL(116, 36%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,36%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 36%, 35%) | color: hsl(116, 36%, 35%) | |
| HEX | #3D7939 | color: #3D7939 | |
| RGB | rgb(61, 121, 57) | color: rgb(61, 121, 57) | |
| CMYK | cmyk(50%, 0%, 53%, 53%) | — | |
| HSV | hsv(116, 53%, 47%) | — | |
| HWB | hwb(116 22% 53%) | color: hwb(116 22% 53%) | |
| OKLCH | oklch(0.5195 0.1147 142.52) | color: oklch(0.5195 0.1147 142.52) | |
| Lab | lab(45.58 -33.4 28.99) | color: lab(45.58 -33.4 28.99) | |
| LCH | lch(45.58 44.23 139.04) | color: lch(45.58 44.23 139.04) |
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)
#575848 — rgb(87, 88, 72)
Deuteranopia (Green-blind)
#544F4C — rgb(84, 79, 76)
Tritanopia (Blue-blind)
#405557 — rgb(64, 85, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 36%, 35%);
text
color: hsl(116, 36%, 35%);
border
border: 2px solid hsl(116, 36%, 35%);
gradient light
background: linear-gradient(to right, hsl(116, 36%, 55%), hsl(116, 36%, 35%));
gradient dark
background: linear-gradient(to right, hsl(116, 36%, 35%), hsl(116, 36%, 15%))
hex
background-color: #3D7939;
tailwind
bg-[hsl(116,36%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 36%, 35%, 0.4);
css variable
--color-primary: hsl(116, 36%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 36%, 35%)?
HEX: #3D7939 | RGB: rgb(61, 121, 57) | CMYK: 50%, 0%, 53%, 53% | HSV: 116°, 53%, 47%. Copy any format from the conversion table above.
What colors go well with #3D7939?
The complementary color is HSL(296, 36%, 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, 36%, 35%) in CSS?
As HSL: color: hsl(116, 36%, 35%); — As HEX: color: #3D7939; — As RGB: color: rgb(61, 121, 57); — Tailwind CSS: bg-[hsl(116,36%,35%)] — CSS variable: --color-primary: hsl(116, 36%, 35%);