Godzilla
#3c4d03
Godzilla, represented by the hex value #3c4d03, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3c4d03 | |
|---|---|---|
| RGB | rgb(60, 77, 3) | |
| HSL | hsl(74, 93%, 16%) | |
| CMYK | cmyk(22%, 0%, 96%, 70%) | |
| LAB | lab(30, -15, 36) | |
| OKLCH | oklch(0.39 0.094 123) |
Color harmonies
Tints & shades
Code snippets
color: #3c4d03;
background-color: #3c4d03;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF3C4D03)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.30, blue: 0.01, alpha: 1.0)