HSL(137, 20%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,20%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 20%, 33%) | color: hsl(137, 20%, 33%) | |
| HEX | #43654D | color: #43654D | |
| RGB | rgb(67, 101, 77) | color: rgb(67, 101, 77) | |
| CMYK | cmyk(34%, 0%, 24%, 60%) | — | |
| HSV | hsv(138, 34%, 40%) | — | |
| HWB | hwb(138 26% 60%) | color: hwb(138 26% 60%) | |
| OKLCH | oklch(0.4733 0.0553 153.17) | color: oklch(0.4733 0.0553 153.17) | |
| Lab | lab(39.64 -17.94 9.75) | color: lab(39.64 -17.94 9.75) | |
| LCH | lch(39.64 20.42 151.48) | color: lch(39.64 20.42 151.48) |
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)
#525253 — rgb(82, 82, 83)
Deuteranopia (Green-blind)
#504D54 — rgb(80, 77, 84)
Tritanopia (Blue-blind)
#455758 — rgb(69, 87, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 20%, 33%);
text
color: hsl(137, 20%, 33%);
border
border: 2px solid hsl(137, 20%, 33%);
gradient light
background: linear-gradient(to right, hsl(137, 20%, 53%), hsl(137, 20%, 33%));
gradient dark
background: linear-gradient(to right, hsl(137, 20%, 33%), hsl(137, 20%, 13%))
hex
background-color: #43654D;
tailwind
bg-[hsl(137,20%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 20%, 33%, 0.4);
css variable
--color-primary: hsl(137, 20%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 20%, 33%)?
HEX: #43654D | RGB: rgb(67, 101, 77) | CMYK: 34%, 0%, 24%, 60% | HSV: 138°, 34%, 40%. Copy any format from the conversion table above.
What colors go well with #43654D?
The complementary color is HSL(317, 20%, 33%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 20%, 33%) in CSS?
As HSL: color: hsl(137, 20%, 33%); — As HEX: color: #43654D; — As RGB: color: rgb(67, 101, 77); — Tailwind CSS: bg-[hsl(137,20%,33%)] — CSS variable: --color-primary: hsl(137, 20%, 33%);