Mountain View
#394c3b
Here's everything about the color Mountain View (#394c3b) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #394c3b | |
|---|---|---|
| RGB | rgb(57, 76, 59) | |
| HSL | hsl(126, 14%, 26%) | |
| CMYK | cmyk(25%, 0%, 22%, 70%) | |
| LAB | lab(30, -11, 8) | |
| OKLCH | oklch(0.39 0.037 148) |
Color harmonies
Tints & shades
Code snippets
color: #394c3b;
background-color: #394c3b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF394C3B)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.30, blue: 0.23, alpha: 1.0)