HSL(113, 27%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,27%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 27%, 33%) | color: hsl(113, 27%, 33%) | |
| HEX | #436B3D | color: #436B3D | |
| RGB | rgb(67, 107, 61) | color: rgb(67, 107, 61) | |
| CMYK | cmyk(37%, 0%, 43%, 58%) | — | |
| HSV | hsv(112, 43%, 42%) | — | |
| HWB | hwb(112 24% 58%) | color: hwb(112 24% 58%) | |
| OKLCH | oklch(0.4855 0.0843 141.21) | color: oklch(0.4855 0.0843 141.21) | |
| Lab | lab(41.29 -24.09 21.43) | color: lab(41.29 -24.09 21.43) | |
| LCH | lch(41.29 32.24 138.34) | color: lch(41.29 32.24 138.34) |
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)
#545548 — rgb(84, 85, 72)
Deuteranopia (Green-blind)
#524F4B — rgb(82, 79, 75)
Tritanopia (Blue-blind)
#455153 — rgb(69, 81, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 27%, 33%);
text
color: hsl(113, 27%, 33%);
border
border: 2px solid hsl(113, 27%, 33%);
gradient light
background: linear-gradient(to right, hsl(113, 27%, 53%), hsl(113, 27%, 33%));
gradient dark
background: linear-gradient(to right, hsl(113, 27%, 33%), hsl(113, 27%, 13%))
hex
background-color: #436B3D;
tailwind
bg-[hsl(113,27%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 27%, 33%, 0.4);
css variable
--color-primary: hsl(113, 27%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 27%, 33%)?
HEX: #436B3D | RGB: rgb(67, 107, 61) | CMYK: 37%, 0%, 43%, 58% | HSV: 112°, 43%, 42%. Copy any format from the conversion table above.
What colors go well with #436B3D?
The complementary color is HSL(293, 27%, 33%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 27%, 33%) in CSS?
As HSL: color: hsl(113, 27%, 33%); — As HEX: color: #436B3D; — As RGB: color: rgb(67, 107, 61); — Tailwind CSS: bg-[hsl(113,27%,33%)] — CSS variable: --color-primary: hsl(113, 27%, 33%);