HSL(93, 46%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,46%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 46%, 26%) | color: hsl(93, 46%, 26%) | |
| HEX | #3F6124 | color: #3F6124 | |
| RGB | rgb(63, 97, 36) | color: rgb(63, 97, 36) | |
| CMYK | cmyk(35%, 0%, 63%, 62%) | — | |
| HSV | hsv(93, 63%, 38%) | — | |
| HWB | hwb(93 14% 62%) | color: hwb(93 14% 62%) | |
| OKLCH | oklch(0.4518 0.0974 133.4) | color: oklch(0.4518 0.0974 133.4) | |
| Lab | lab(37.36 -24.04 30.3) | color: lab(37.36 -24.04 30.3) | |
| LCH | lch(37.36 38.68 128.43) | color: lch(37.36 38.68 128.43) |
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)
#4E4E33 — rgb(78, 78, 51)
Deuteranopia (Green-blind)
#4C4936 — rgb(76, 73, 54)
Tritanopia (Blue-blind)
#413E41 — rgb(65, 62, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 46%, 26%);
text
color: hsl(93, 46%, 26%);
border
border: 2px solid hsl(93, 46%, 26%);
gradient light
background: linear-gradient(to right, hsl(93, 46%, 46%), hsl(93, 46%, 26%));
gradient dark
background: linear-gradient(to right, hsl(93, 46%, 26%), hsl(93, 46%, 6%))
hex
background-color: #3F6124;
tailwind
bg-[hsl(93,46%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 46%, 26%, 0.4);
css variable
--color-primary: hsl(93, 46%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 46%, 26%)?
HEX: #3F6124 | RGB: rgb(63, 97, 36) | CMYK: 35%, 0%, 63%, 62% | HSV: 93°, 63%, 38%. Copy any format from the conversion table above.
What colors go well with #3F6124?
The complementary color is HSL(273, 46%, 26%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 46%, 26%) in CSS?
As HSL: color: hsl(93, 46%, 26%); — As HEX: color: #3F6124; — As RGB: color: rgb(63, 97, 36); — Tailwind CSS: bg-[hsl(93,46%,26%)] — CSS variable: --color-primary: hsl(93, 46%, 26%);