Broccoli Green
#4b5338
Broccoli Green is a color with the hex code #4b5338. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #4b5338 | |
|---|---|---|
| RGB | rgb(75, 83, 56) | |
| HSL | hsl(78, 19%, 27%) | |
| CMYK | cmyk(10%, 0%, 33%, 67%) | |
| LAB | lab(34, -7, 15) | |
| OKLCH | oklch(0.43 0.044 122) |
Color harmonies
Tints & shades
Code snippets
color: #4b5338;
background-color: #4b5338;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4B5338)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.33, blue: 0.22, alpha: 1.0)