Underclover
#428c49
Looking for the precise values behind Underclover (#428c49)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #428c49 | |
|---|---|---|
| RGB | rgb(66, 140, 73) | |
| HSL | hsl(126, 36%, 40%) | |
| CMYK | cmyk(53%, 0%, 48%, 45%) | |
| LAB | lab(52, -35, 28) | |
| OKLCH | oklch(0.58 0.124 146) |
Color harmonies
Tints & shades
Code snippets
color: #428c49;
background-color: #428c49;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF428C49)
/* Swift / UIKit */
UIColor(red: 0.26, green: 0.55, blue: 0.29, alpha: 1.0)