Four Leaf Clover
#738f5d
Four Leaf Clover is a color with the hex code #738f5d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #738f5d | |
|---|---|---|
| RGB | rgb(115, 143, 93) | |
| HSL | hsl(94, 21%, 46%) | |
| CMYK | cmyk(20%, 0%, 35%, 44%) | |
| LAB | lab(56, -17, 23) | |
| OKLCH | oklch(0.62 0.079 132) |
Color harmonies
Tints & shades
Code snippets
color: #738f5d;
background-color: #738f5d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF738F5D)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.56, blue: 0.36, alpha: 1.0)