HSL(110, 26%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(110,26%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 26%, 44%) | color: hsl(110, 26%, 44%) | |
| HEX | #5D8D53 | color: #5D8D53 | |
| RGB | rgb(93, 141, 83) | color: rgb(93, 141, 83) | |
| CMYK | cmyk(34%, 0%, 41%, 45%) | — | |
| HSV | hsv(110, 41%, 55%) | — | |
| HWB | hwb(110 32% 45%) | color: hwb(110 32% 45%) | |
| OKLCH | oklch(0.5939 0.0998 140.2) | color: oklch(0.5939 0.0998 140.2) | |
| Lab | lab(54.03 -28.09 25.91) | color: lab(54.03 -28.09 25.91) | |
| LCH | lch(54.03 38.21 137.31) | color: lch(54.03 38.21 137.31) |
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)
#727261 — rgb(114, 114, 97)
Deuteranopia (Green-blind)
#6F6B64 — rgb(111, 107, 100)
Tritanopia (Blue-blind)
#5F6C6F — rgb(95, 108, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 26%, 44%);
text
color: hsl(110, 26%, 44%);
border
border: 2px solid hsl(110, 26%, 44%);
gradient light
background: linear-gradient(to right, hsl(110, 26%, 64%), hsl(110, 26%, 44%));
gradient dark
background: linear-gradient(to right, hsl(110, 26%, 44%), hsl(110, 26%, 24%))
hex
background-color: #5D8D53;
tailwind
bg-[hsl(110,26%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 26%, 44%, 0.4);
css variable
--color-primary: hsl(110, 26%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(110, 26%, 44%)?
HEX: #5D8D53 | RGB: rgb(93, 141, 83) | CMYK: 34%, 0%, 41%, 45% | HSV: 110°, 41%, 55%. Copy any format from the conversion table above.
What colors go well with #5D8D53?
The complementary color is HSL(290, 26%, 44%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 26%, 44%) in CSS?
As HSL: color: hsl(110, 26%, 44%); — As HEX: color: #5D8D53; — As RGB: color: rgb(93, 141, 83); — Tailwind CSS: bg-[hsl(110,26%,44%)] — CSS variable: --color-primary: hsl(110, 26%, 44%);