Shades of Hippie Green #54884F
Tints of Hippie Green #54884F
RGB
CMYK
RGB Variations
Color information
#54884F (or 0x54884F) is known color: Hippie Green. HEX triplet: 54, 88 and 4F. RGB value is (84,136,79). Sum of RGB (Red+Green+Blue) = 84+136+79=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #54884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54884F is #AB77B0. Grayscale: #727272. Windows color (decimal): -11237297 or 5212244. OLE color: 5212244.
HSL color Cylindrical-coordinate representation of color #54884F: hue angle of 114.74º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54884F is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 136 | 79 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.47 |
| HSL | 114.74º | 0.27% | 0.42% | - |
| HSV(B) | 114.74º | 0.42% | 0.53% | - |
| XYZ | 13.87 | 20.06 | 10.54 | - |
| YUV | 113.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 79 | 0.38 | 0 | 0.42 | 0.47 | 114.74 | 0.27 | 0.42 |
| Hex | 54 | 88 | 4F | 26 | 0 | 2A | 2F | 73 | 1B | 2A |
| Octal | 124 | 210 | 117 | 46 | 0 | 52 | 57 | 163 | 33 | 52 |
| Binary | 1010100 | 10001000 | 1001111 | 100110 | 0 | 101010 | 101111 | 1110011 | 11011 | 101010 |
Color Harmonies of #54884F
Complementary color
Monochromatic Colors of #54884F
Black with #54884F
Text Example
Text Example
White with #54884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54884F; }
p { color: rgb(84,136,79); }
H1.HeaderClassName
{
color: #54884F;
}
.AnyTagClassName
{
color: #54884F;
}
</style>
background-color css
<style>
a { background-color: #54884F; }
a { background-color: rgb(84,136,79); }
div.DivClassName
{
background-color: #54884F;
}
.BgClassName
{
background-color: #54884F;
}
</style>
border-color css
<style>
span { border-color: #54884F; }
span { border-color: rgb(84,136,79); }
td.TdClassName
{
border-color: #54884F;
}
.TagClassName
{
border-color: #54884F;
}
</style>