Shades of Hippie Green #54894D
Tints of Hippie Green #54894D
RGB
CMYK
RGB Variations
Color information
#54894D (or 0x54894D) is known color: Hippie Green. HEX triplet: 54, 89 and 4D. RGB value is (84,137,77). Sum of RGB (Red+Green+Blue) = 84+137+77=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #54894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54894D is #AB76B2. Grayscale: #727272. Windows color (decimal): -11237043 or 5081428. OLE color: 5081428.
HSL color Cylindrical-coordinate representation of color #54894D: hue angle of 113º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54894D is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 137 | 77 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.46 |
| HSL | 113º | 0.28% | 0.42% | - |
| HSV(B) | 113º | 0.44% | 0.54% | - |
| XYZ | 13.94 | 20.31 | 10.21 | - |
| YUV | 114.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 77 | 0.39 | 0 | 0.44 | 0.46 | 113 | 0.28 | 0.42 |
| Hex | 54 | 89 | 4D | 27 | 0 | 2C | 2E | 71 | 1C | 2A |
| Octal | 124 | 211 | 115 | 47 | 0 | 54 | 56 | 161 | 34 | 52 |
| Binary | 1010100 | 10001001 | 1001101 | 100111 | 0 | 101100 | 101110 | 1110001 | 11100 | 101010 |
Color Harmonies of #54894D
Complementary color
Monochromatic Colors of #54894D
Black with #54894D
Text Example
Text Example
White with #54894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54894D; }
p { color: rgb(84,137,77); }
H1.HeaderClassName
{
color: #54894D;
}
.AnyTagClassName
{
color: #54894D;
}
</style>
background-color css
<style>
a { background-color: #54894D; }
a { background-color: rgb(84,137,77); }
div.DivClassName
{
background-color: #54894D;
}
.BgClassName
{
background-color: #54894D;
}
</style>
border-color css
<style>
span { border-color: #54894D; }
span { border-color: rgb(84,137,77); }
td.TdClassName
{
border-color: #54894D;
}
.TagClassName
{
border-color: #54894D;
}
</style>