HSL(71, 44%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,44%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 44%, 36%) | color: hsl(71, 44%, 36%) | |
| HEX | #758433 | color: #758433 | |
| RGB | rgb(117, 132, 51) | color: rgb(117, 132, 51) | |
| CMYK | cmyk(11%, 0%, 61%, 48%) | — | |
| HSV | hsv(71, 61%, 52%) | — | |
| HWB | hwb(71 20% 48%) | color: hwb(71 20% 48%) | |
| OKLCH | oklch(0.5837 0.1075 118.7) | color: oklch(0.5837 0.1075 118.7) | |
| Lab | lab(52.42 -17.79 40.86) | color: lab(52.42 -17.79 40.86) | |
| LCH | lch(52.42 44.56 113.53) | color: lch(52.42 44.56 113.53) |
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)
#7B7C47 — rgb(123, 124, 71)
Deuteranopia (Green-blind)
#7B7A4B — rgb(123, 122, 75)
Tritanopia (Blue-blind)
#765659 — rgb(118, 86, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 44%, 36%);
text
color: hsl(71, 44%, 36%);
border
border: 2px solid hsl(71, 44%, 36%);
gradient light
background: linear-gradient(to right, hsl(71, 44%, 56%), hsl(71, 44%, 36%));
gradient dark
background: linear-gradient(to right, hsl(71, 44%, 36%), hsl(71, 44%, 16%))
hex
background-color: #758433;
tailwind
bg-[hsl(71,44%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 44%, 36%, 0.4);
css variable
--color-primary: hsl(71, 44%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 44%, 36%)?
HEX: #758433 | RGB: rgb(117, 132, 51) | CMYK: 11%, 0%, 61%, 48% | HSV: 71°, 61%, 52%. Copy any format from the conversion table above.
What colors go well with #758433?
The complementary color is HSL(251, 44%, 36%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 44%, 36%) in CSS?
As HSL: color: hsl(71, 44%, 36%); — As HEX: color: #758433; — As RGB: color: rgb(117, 132, 51); — Tailwind CSS: bg-[hsl(71,44%,36%)] — CSS variable: --color-primary: hsl(71, 44%, 36%);