HSL(83, 32%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,32%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 32%, 28%) | color: hsl(83, 32%, 28%) | |
| HEX | #4D5E31 | color: #4D5E31 | |
| RGB | rgb(77, 94, 49) | color: rgb(77, 94, 49) | |
| CMYK | cmyk(18%, 0%, 48%, 63%) | — | |
| HSV | hsv(83, 48%, 37%) | — | |
| HWB | hwb(83 19% 63%) | color: hwb(83 19% 63%) | |
| OKLCH | oklch(0.4559 0.0706 126.01) | color: oklch(0.4559 0.0706 126.01) | |
| Lab | lab(37.49 -14.99 23.61) | color: lab(37.49 -14.99 23.61) | |
| LCH | lch(37.49 27.97 122.41) | color: lch(37.49 27.97 122.41) |
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)
#54553C — rgb(84, 85, 60)
Deuteranopia (Green-blind)
#53523F — rgb(83, 82, 63)
Tritanopia (Blue-blind)
#4E4446 — rgb(78, 68, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 32%, 28%);
text
color: hsl(83, 32%, 28%);
border
border: 2px solid hsl(83, 32%, 28%);
gradient light
background: linear-gradient(to right, hsl(83, 32%, 48%), hsl(83, 32%, 28%));
gradient dark
background: linear-gradient(to right, hsl(83, 32%, 28%), hsl(83, 32%, 8%))
hex
background-color: #4D5E31;
tailwind
bg-[hsl(83,32%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 32%, 28%, 0.4);
css variable
--color-primary: hsl(83, 32%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 32%, 28%)?
HEX: #4D5E31 | RGB: rgb(77, 94, 49) | CMYK: 18%, 0%, 48%, 63% | HSV: 83°, 48%, 37%. Copy any format from the conversion table above.
What colors go well with #4D5E31?
The complementary color is HSL(263, 32%, 28%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 32%, 28%) in CSS?
As HSL: color: hsl(83, 32%, 28%); — As HEX: color: #4D5E31; — As RGB: color: rgb(77, 94, 49); — Tailwind CSS: bg-[hsl(83,32%,28%)] — CSS variable: --color-primary: hsl(83, 32%, 28%);