Master Chief
#507d2a
Master Chief, represented by the hex value #507d2a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #507d2a | |
|---|---|---|
| RGB | rgb(80, 125, 42) | |
| HSL | hsl(93, 50%, 33%) | |
| CMYK | cmyk(36%, 0%, 66%, 51%) | |
| LAB | lab(48, -27, 39) | |
| OKLCH | oklch(0.54 0.124 133) |
Color harmonies
Tints & shades
Code snippets
color: #507d2a;
background-color: #507d2a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF507D2A)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.49, blue: 0.16, alpha: 1.0)