HSL(82, 13%, 28%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(82,13%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 13%, 28%) | color: hsl(82, 13%, 28%) | |
| HEX | #4A513E | color: #4A513E | |
| RGB | rgb(74, 81, 62) | color: rgb(74, 81, 62) | |
| CMYK | cmyk(9%, 0%, 23%, 68%) | — | |
| HSV | hsv(82, 23%, 32%) | — | |
| HWB | hwb(82 25% 68%) | color: hwb(82 25% 68%) | |
| OKLCH | oklch(0.4228 0.0317 124.18) | color: oklch(0.4228 0.0317 124.18) | |
| Lab | lab(33.33 -6.73 10.27) | color: lab(33.33 -6.73 10.27) | |
| LCH | lch(33.33 12.28 123.24) | color: lch(33.33 12.28 123.24) |
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)
#4D4D43 — rgb(77, 77, 67)
Deuteranopia (Green-blind)
#4D4C44 — rgb(77, 76, 68)
Tritanopia (Blue-blind)
#4A4647 — rgb(74, 70, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 13%, 28%);
text
color: hsl(82, 13%, 28%);
border
border: 2px solid hsl(82, 13%, 28%);
gradient light
background: linear-gradient(to right, hsl(82, 13%, 48%), hsl(82, 13%, 28%));
gradient dark
background: linear-gradient(to right, hsl(82, 13%, 28%), hsl(82, 13%, 8%))
hex
background-color: #4A513E;
tailwind
bg-[hsl(82,13%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 13%, 28%, 0.4);
css variable
--color-primary: hsl(82, 13%, 28%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(82, 13%, 28%)?
HEX: #4A513E | RGB: rgb(74, 81, 62) | CMYK: 9%, 0%, 23%, 68% | HSV: 82°, 23%, 32%. Copy any format from the conversion table above.
What colors go well with #4A513E?
The complementary color is HSL(262, 13%, 28%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 13%, 28%) in CSS?
As HSL: color: hsl(82, 13%, 28%); — As HEX: color: #4A513E; — As RGB: color: rgb(74, 81, 62); — Tailwind CSS: bg-[hsl(82,13%,28%)] — CSS variable: --color-primary: hsl(82, 13%, 28%);