HSL(136, 45%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,45%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 45%, 41%) | color: hsl(136, 45%, 41%) | |
| HEX | #3A9853 | color: #3A9853 | |
| RGB | rgb(58, 152, 83) | color: rgb(58, 152, 83) | |
| CMYK | cmyk(62%, 0%, 45%, 40%) | — | |
| HSV | hsv(136, 62%, 60%) | — | |
| HWB | hwb(136 23% 40%) | color: hwb(136 23% 40%) | |
| OKLCH | oklch(0.6065 0.1359 149.31) | color: oklch(0.6065 0.1359 149.31) | |
| Lab | lab(56.07 -43.26 28.25) | color: lab(56.07 -43.26 28.25) | |
| LCH | lch(56.07 51.67 146.85) | color: lch(56.07 51.67 146.85) |
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)
#636464 — rgb(99, 100, 100)
Deuteranopia (Green-blind)
#5D5668 — rgb(93, 86, 104)
Tritanopia (Blue-blind)
#3F7174 — rgb(63, 113, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 45%, 41%);
text
color: hsl(136, 45%, 41%);
border
border: 2px solid hsl(136, 45%, 41%);
gradient light
background: linear-gradient(to right, hsl(136, 45%, 61%), hsl(136, 45%, 41%));
gradient dark
background: linear-gradient(to right, hsl(136, 45%, 41%), hsl(136, 45%, 21%))
hex
background-color: #3A9853;
tailwind
bg-[hsl(136,45%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 45%, 41%, 0.4);
css variable
--color-primary: hsl(136, 45%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 45%, 41%)?
HEX: #3A9853 | RGB: rgb(58, 152, 83) | CMYK: 62%, 0%, 45%, 40% | HSV: 136°, 62%, 60%. Copy any format from the conversion table above.
What colors go well with #3A9853?
The complementary color is HSL(316, 45%, 41%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 45%, 41%) in CSS?
As HSL: color: hsl(136, 45%, 41%); — As HEX: color: #3A9853; — As RGB: color: rgb(58, 152, 83); — Tailwind CSS: bg-[hsl(136,45%,41%)] — CSS variable: --color-primary: hsl(136, 45%, 41%);