HSL(134, 30%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,30%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 30%, 41%) | color: hsl(134, 30%, 41%) | |
| HEX | #498858 | color: #498858 | |
| RGB | rgb(73, 136, 88) | color: rgb(73, 136, 88) | |
| CMYK | cmyk(46%, 0%, 35%, 47%) | — | |
| HSV | hsv(134, 46%, 53%) | — | |
| HWB | hwb(134 29% 47%) | color: hwb(134 29% 47%) | |
| OKLCH | oklch(0.5712 0.0987 150.03) | color: oklch(0.5712 0.0987 150.03) | |
| Lab | lab(51.53 -31.41 19.65) | color: lab(51.53 -31.41 19.65) | |
| LCH | lch(51.53 37.05 147.97) | color: lch(51.53 37.05 147.97) |
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)
#646564 — rgb(100, 101, 100)
Deuteranopia (Green-blind)
#615C66 — rgb(97, 92, 102)
Tritanopia (Blue-blind)
#4C6D6F — rgb(76, 109, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 30%, 41%);
text
color: hsl(134, 30%, 41%);
border
border: 2px solid hsl(134, 30%, 41%);
gradient light
background: linear-gradient(to right, hsl(134, 30%, 61%), hsl(134, 30%, 41%));
gradient dark
background: linear-gradient(to right, hsl(134, 30%, 41%), hsl(134, 30%, 21%))
hex
background-color: #498858;
tailwind
bg-[hsl(134,30%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 30%, 41%, 0.4);
css variable
--color-primary: hsl(134, 30%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(134, 30%, 41%)?
HEX: #498858 | RGB: rgb(73, 136, 88) | CMYK: 46%, 0%, 35%, 47% | HSV: 134°, 46%, 53%. Copy any format from the conversion table above.
What colors go well with #498858?
The complementary color is HSL(314, 30%, 41%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 30%, 41%) in CSS?
As HSL: color: hsl(134, 30%, 41%); — As HEX: color: #498858; — As RGB: color: rgb(73, 136, 88); — Tailwind CSS: bg-[hsl(134,30%,41%)] — CSS variable: --color-primary: hsl(134, 30%, 41%);