Green Not Found
#404404
Here's everything about the color Green Not Found (#404404) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #404404 | |
|---|---|---|
| RGB | rgb(64, 68, 4) | |
| HSL | hsl(64, 89%, 14%) | |
| CMYK | cmyk(6%, 0%, 94%, 73%) | |
| LAB | lab(28, -8, 34) | |
| OKLCH | oklch(0.37 0.08 114) |
Color harmonies
Tints & shades
Code snippets
color: #404404;
background-color: #404404;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF404404)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.27, blue: 0.02, alpha: 1.0)