HSL(146, 47%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(146,47%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 47%, 37%) | color: hsl(146, 47%, 37%) | |
| HEX | #328B58 | color: #328B58 | |
| RGB | rgb(50, 139, 88) | color: rgb(50, 139, 88) | |
| CMYK | cmyk(64%, 0%, 37%, 45%) | — | |
| HSV | hsv(146, 64%, 55%) | — | |
| HWB | hwb(146 20% 45%) | color: hwb(146 20% 45%) | |
| OKLCH | oklch(0.57 0.1159 154.78) | color: oklch(0.57 0.1159 154.78) | |
| Lab | lab(51.66 -38.69 19.68) | color: lab(51.66 -38.69 19.68) | |
| LCH | lch(51.66 43.41 153.04) | color: lch(51.66 43.41 153.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#595964 — rgb(89, 89, 100)
Deuteranopia (Green-blind)
#534D67 — rgb(83, 77, 103)
Tritanopia (Blue-blind)
#366E70 — rgb(54, 110, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 47%, 37%);
text
color: hsl(146, 47%, 37%);
border
border: 2px solid hsl(146, 47%, 37%);
gradient light
background: linear-gradient(to right, hsl(146, 47%, 57%), hsl(146, 47%, 37%));
gradient dark
background: linear-gradient(to right, hsl(146, 47%, 37%), hsl(146, 47%, 17%))
hex
background-color: #328B58;
tailwind
bg-[hsl(146,47%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 47%, 37%, 0.4);
css variable
--color-primary: hsl(146, 47%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(146, 47%, 37%)?
HEX: #328B58 | RGB: rgb(50, 139, 88) | CMYK: 64%, 0%, 37%, 45% | HSV: 146°, 64%, 55%. Copy any format from the conversion table above.
What colors go well with #328B58?
The complementary color is HSL(326, 47%, 37%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 47%, 37%) in CSS?
As HSL: color: hsl(146, 47%, 37%); — As HEX: color: #328B58; — As RGB: color: rgb(50, 139, 88); — Tailwind CSS: bg-[hsl(146,47%,37%)] — CSS variable: --color-primary: hsl(146, 47%, 37%);