HSL(140, 20%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(140,20%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(140, 20%, 49%) | color: hsl(140, 20%, 49%) | |
| HEX | #649675 | color: #649675 | |
| RGB | rgb(100, 150, 117) | color: rgb(100, 150, 117) | |
| CMYK | cmyk(33%, 0%, 22%, 41%) | — | |
| HSV | hsv(140, 33%, 59%) | — | |
| HWB | hwb(140 40% 41%) | color: hwb(140 40% 41%) | |
| OKLCH | oklch(0.628 0.0734 154.83) | color: oklch(0.628 0.0734 154.83) | |
| Lab | lab(57.85 -24.08 12.17) | color: lab(57.85 -24.08 12.17) | |
| LCH | lch(57.85 26.98 153.19) | color: lch(57.85 26.98 153.19) |
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)
#7A7A7D — rgb(122, 122, 125)
Deuteranopia (Green-blind)
#77737F — rgb(119, 115, 127)
Tritanopia (Blue-blind)
#678385 — rgb(103, 131, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(140, 20%, 49%);
text
color: hsl(140, 20%, 49%);
border
border: 2px solid hsl(140, 20%, 49%);
gradient light
background: linear-gradient(to right, hsl(140, 20%, 69%), hsl(140, 20%, 49%));
gradient dark
background: linear-gradient(to right, hsl(140, 20%, 49%), hsl(140, 20%, 29%))
hex
background-color: #649675;
tailwind
bg-[hsl(140,20%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(140, 20%, 49%, 0.4);
css variable
--color-primary: hsl(140, 20%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(140, 20%, 49%)?
HEX: #649675 | RGB: rgb(100, 150, 117) | CMYK: 33%, 0%, 22%, 41% | HSV: 140°, 33%, 59%. Copy any format from the conversion table above.
What colors go well with #649675?
The complementary color is HSL(320, 20%, 49%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(140, 20%, 49%) in CSS?
As HSL: color: hsl(140, 20%, 49%); — As HEX: color: #649675; — As RGB: color: rgb(100, 150, 117); — Tailwind CSS: bg-[hsl(140,20%,49%)] — CSS variable: --color-primary: hsl(140, 20%, 49%);