HSL(87, 54%, 27%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,54%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 54%, 27%) | color: hsl(87, 54%, 27%) | |
| HEX | #496A20 | color: #496A20 | |
| RGB | rgb(73, 106, 32) | color: rgb(73, 106, 32) | |
| CMYK | cmyk(31%, 0%, 70%, 58%) | — | |
| HSV | hsv(87, 70%, 42%) | — | |
| HWB | hwb(87 13% 58%) | color: hwb(87 13% 58%) | |
| OKLCH | oklch(0.4825 0.1086 130.24) | color: oklch(0.4825 0.1086 130.24) | |
| Lab | lab(40.94 -24.85 36.33) | color: lab(40.94 -24.85 36.33) | |
| LCH | lch(40.94 44.02 124.37) | color: lch(40.94 44.02 124.37) |
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)
#575832 — rgb(87, 88, 50)
Deuteranopia (Green-blind)
#555336 — rgb(85, 83, 54)
Tritanopia (Blue-blind)
#4B4043 — rgb(75, 64, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 54%, 27%);
text
color: hsl(87, 54%, 27%);
border
border: 2px solid hsl(87, 54%, 27%);
gradient light
background: linear-gradient(to right, hsl(87, 54%, 47%), hsl(87, 54%, 27%));
gradient dark
background: linear-gradient(to right, hsl(87, 54%, 27%), hsl(87, 54%, 7%))
hex
background-color: #496A20;
tailwind
bg-[hsl(87,54%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 54%, 27%, 0.4);
css variable
--color-primary: hsl(87, 54%, 27%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 54%, 27%)?
HEX: #496A20 | RGB: rgb(73, 106, 32) | CMYK: 31%, 0%, 70%, 58% | HSV: 87°, 70%, 42%. Copy any format from the conversion table above.
What colors go well with #496A20?
The complementary color is HSL(267, 54%, 27%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 54%, 27%) in CSS?
As HSL: color: hsl(87, 54%, 27%); — As HEX: color: #496A20; — As RGB: color: rgb(73, 106, 32); — Tailwind CSS: bg-[hsl(87,54%,27%)] — CSS variable: --color-primary: hsl(87, 54%, 27%);