Shades of Hippie Green #54844F
Tints of Hippie Green #54844F
RGB
CMYK
RGB Variations
Color information
#54844F (or 0x54844F) is known color: Hippie Green. HEX triplet: 54, 84 and 4F. RGB value is (84,132,79). Sum of RGB (Red+Green+Blue) = 84+132+79=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #54844F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54844F is #AB7BB0. Grayscale: #6F6F6F. Windows color (decimal): -11238321 or 5211220. OLE color: 5211220.
HSL color Cylindrical-coordinate representation of color #54844F: hue angle of 114.34º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54844F is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 132 | 79 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.48 |
| HSL | 114.34º | 0.25% | 0.41% | - |
| HSV(B) | 114.34º | 0.4% | 0.52% | - |
| XYZ | 13.32 | 18.95 | 10.35 | - |
| YUV | 111.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 79 | 0.36 | 0 | 0.40 | 0.48 | 114.34 | 0.25 | 0.41 |
| Hex | 54 | 84 | 4F | 24 | 0 | 28 | 30 | 72 | 19 | 29 |
| Octal | 124 | 204 | 117 | 44 | 0 | 50 | 60 | 162 | 31 | 51 |
| Binary | 1010100 | 10000100 | 1001111 | 100100 | 0 | 101000 | 110000 | 1110010 | 11001 | 101001 |
Color Harmonies of #54844F
Complementary color
Monochromatic Colors of #54844F
Black with #54844F
Text Example
Text Example
White with #54844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54844F; }
p { color: rgb(84,132,79); }
H1.HeaderClassName
{
color: #54844F;
}
.AnyTagClassName
{
color: #54844F;
}
</style>
background-color css
<style>
a { background-color: #54844F; }
a { background-color: rgb(84,132,79); }
div.DivClassName
{
background-color: #54844F;
}
.BgClassName
{
background-color: #54844F;
}
</style>
border-color css
<style>
span { border-color: #54844F; }
span { border-color: rgb(84,132,79); }
td.TdClassName
{
border-color: #54844F;
}
.TagClassName
{
border-color: #54844F;
}
</style>