HSL(110, 19%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(110,19%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 19%, 26%) | color: hsl(110, 19%, 26%) | |
| HEX | #3A4F36 | color: #3A4F36 | |
| RGB | rgb(58, 79, 54) | color: rgb(58, 79, 54) | |
| CMYK | cmyk(27%, 0%, 32%, 69%) | — | |
| HSV | hsv(110, 32%, 31%) | — | |
| HWB | hwb(110 21% 69%) | color: hwb(110 21% 69%) | |
| OKLCH | oklch(0.4024 0.0486 140.55) | color: oklch(0.4024 0.0486 140.55) | |
| Lab | lab(31.25 -13.77 12.22) | color: lab(31.25 -13.77 12.22) | |
| LCH | lch(31.25 18.41 138.41) | color: lch(31.25 18.41 138.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)
#43433C — rgb(67, 67, 60)
Deuteranopia (Green-blind)
#42403E — rgb(66, 64, 62)
Tritanopia (Blue-blind)
#3B4142 — rgb(59, 65, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 19%, 26%);
text
color: hsl(110, 19%, 26%);
border
border: 2px solid hsl(110, 19%, 26%);
gradient light
background: linear-gradient(to right, hsl(110, 19%, 46%), hsl(110, 19%, 26%));
gradient dark
background: linear-gradient(to right, hsl(110, 19%, 26%), hsl(110, 19%, 6%))
hex
background-color: #3A4F36;
tailwind
bg-[hsl(110,19%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 19%, 26%, 0.4);
css variable
--color-primary: hsl(110, 19%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(110, 19%, 26%)?
HEX: #3A4F36 | RGB: rgb(58, 79, 54) | CMYK: 27%, 0%, 32%, 69% | HSV: 110°, 32%, 31%. Copy any format from the conversion table above.
What colors go well with #3A4F36?
The complementary color is HSL(290, 19%, 26%). 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, 19%, 26%) in CSS?
As HSL: color: hsl(110, 19%, 26%); — As HEX: color: #3A4F36; — As RGB: color: rgb(58, 79, 54); — Tailwind CSS: bg-[hsl(110,19%,26%)] — CSS variable: --color-primary: hsl(110, 19%, 26%);