HSL(74, 55%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,55%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 55%, 33%) | color: hsl(74, 55%, 33%) | |
| HEX | #6D8226 | color: #6D8226 | |
| RGB | rgb(109, 130, 38) | color: rgb(109, 130, 38) | |
| CMYK | cmyk(16%, 0%, 71%, 49%) | — | |
| HSV | hsv(74, 71%, 51%) | — | |
| HWB | hwb(74 15% 49%) | color: hwb(74 15% 49%) | |
| OKLCH | oklch(0.5712 0.1188 121.43) | color: oklch(0.5712 0.1188 121.43) | |
| Lab | lab(51.1 -21.21 45.05) | color: lab(51.1 -21.21 45.05) | |
| LCH | lch(51.1 49.79 115.21) | color: lch(51.1 49.79 115.21) |
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)
#76763C — rgb(118, 118, 60)
Deuteranopia (Green-blind)
#757342 — rgb(117, 115, 66)
Tritanopia (Blue-blind)
#6E4E52 — rgb(110, 78, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 55%, 33%);
text
color: hsl(74, 55%, 33%);
border
border: 2px solid hsl(74, 55%, 33%);
gradient light
background: linear-gradient(to right, hsl(74, 55%, 53%), hsl(74, 55%, 33%));
gradient dark
background: linear-gradient(to right, hsl(74, 55%, 33%), hsl(74, 55%, 13%))
hex
background-color: #6D8226;
tailwind
bg-[hsl(74,55%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 55%, 33%, 0.4);
css variable
--color-primary: hsl(74, 55%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 55%, 33%)?
HEX: #6D8226 | RGB: rgb(109, 130, 38) | CMYK: 16%, 0%, 71%, 49% | HSV: 74°, 71%, 51%. Copy any format from the conversion table above.
What colors go well with #6D8226?
The complementary color is HSL(254, 55%, 33%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 55%, 33%) in CSS?
As HSL: color: hsl(74, 55%, 33%); — As HEX: color: #6D8226; — As RGB: color: rgb(109, 130, 38); — Tailwind CSS: bg-[hsl(74,55%,33%)] — CSS variable: --color-primary: hsl(74, 55%, 33%);