HSL(82, 10%, 35%)
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,10%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 10%, 35%) | color: hsl(82, 10%, 35%) | |
| HEX | #5C6250 | color: #5C6250 | |
| RGB | rgb(92, 98, 80) | color: rgb(92, 98, 80) | |
| CMYK | cmyk(6%, 0%, 18%, 62%) | — | |
| HSV | hsv(80, 18%, 38%) | — | |
| HWB | hwb(80 31% 62%) | color: hwb(80 31% 62%) | |
| OKLCH | oklch(0.4854 0.0289 122.47) | color: oklch(0.4854 0.0289 122.47) | |
| Lab | lab(40.56 -5.95 9.48) | color: lab(40.56 -5.95 9.48) | |
| LCH | lch(40.56 11.19 122.11) | color: lch(40.56 11.19 122.11) |
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)
#5F5F54 — rgb(95, 95, 84)
Deuteranopia (Green-blind)
#5E5E55 — rgb(94, 94, 85)
Tritanopia (Blue-blind)
#5C5859 — rgb(92, 88, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 10%, 35%);
text
color: hsl(82, 10%, 35%);
border
border: 2px solid hsl(82, 10%, 35%);
gradient light
background: linear-gradient(to right, hsl(82, 10%, 55%), hsl(82, 10%, 35%));
gradient dark
background: linear-gradient(to right, hsl(82, 10%, 35%), hsl(82, 10%, 15%))
hex
background-color: #5C6250;
tailwind
bg-[hsl(82,10%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 10%, 35%, 0.4);
css variable
--color-primary: hsl(82, 10%, 35%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(82, 10%, 35%)?
HEX: #5C6250 | RGB: rgb(92, 98, 80) | CMYK: 6%, 0%, 18%, 62% | HSV: 80°, 18%, 38%. Copy any format from the conversion table above.
What colors go well with #5C6250?
The complementary color is HSL(262, 10%, 35%). 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, 10%, 35%) in CSS?
As HSL: color: hsl(82, 10%, 35%); — As HEX: color: #5C6250; — As RGB: color: rgb(92, 98, 80); — Tailwind CSS: bg-[hsl(82,10%,35%)] — CSS variable: --color-primary: hsl(82, 10%, 35%);