HSL(81, 19%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(81,19%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 19%, 28%) | color: hsl(81, 19%, 28%) | |
| HEX | #4B553A | color: #4B553A | |
| RGB | rgb(75, 85, 58) | color: rgb(75, 85, 58) | |
| CMYK | cmyk(12%, 0%, 32%, 67%) | — | |
| HSV | hsv(82, 32%, 33%) | — | |
| HWB | hwb(82 22% 67%) | color: hwb(82 22% 67%) | |
| OKLCH | oklch(0.4329 0.0443 124.72) | color: oklch(0.4329 0.0443 124.72) | |
| Lab | lab(34.6 -9.37 14.49) | color: lab(34.6 -9.37 14.49) | |
| LCH | lch(34.6 17.26 122.89) | color: lch(34.6 17.26 122.89) |
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)
#4F4F41 — rgb(79, 79, 65)
Deuteranopia (Green-blind)
#4F4E42 — rgb(79, 78, 66)
Tritanopia (Blue-blind)
#4C4647 — rgb(76, 70, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 19%, 28%);
text
color: hsl(81, 19%, 28%);
border
border: 2px solid hsl(81, 19%, 28%);
gradient light
background: linear-gradient(to right, hsl(81, 19%, 48%), hsl(81, 19%, 28%));
gradient dark
background: linear-gradient(to right, hsl(81, 19%, 28%), hsl(81, 19%, 8%))
hex
background-color: #4B553A;
tailwind
bg-[hsl(81,19%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 19%, 28%, 0.4);
css variable
--color-primary: hsl(81, 19%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 19%, 28%)?
HEX: #4B553A | RGB: rgb(75, 85, 58) | CMYK: 12%, 0%, 32%, 67% | HSV: 82°, 32%, 33%. Copy any format from the conversion table above.
What colors go well with #4B553A?
The complementary color is HSL(261, 19%, 28%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 19%, 28%) in CSS?
As HSL: color: hsl(81, 19%, 28%); — As HEX: color: #4B553A; — As RGB: color: rgb(75, 85, 58); — Tailwind CSS: bg-[hsl(81,19%,28%)] — CSS variable: --color-primary: hsl(81, 19%, 28%);