Shades of Hippie Green #54844E
Tints of Hippie Green #54844E
RGB
CMYK
RGB Variations
Color information
#54844E (or 0x54844E) is known color: Hippie Green. HEX triplet: 54, 84 and 4E. RGB value is (84,132,78). Sum of RGB (Red+Green+Blue) = 84+132+78=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #54844E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54844E is #AB7BB1. Grayscale: #6F6F6F. Windows color (decimal): -11238322 or 5145684. OLE color: 5145684.
HSL color Cylindrical-coordinate representation of color #54844E: hue angle of 113.33º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54844E is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 132 | 78 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.48 |
| HSL | 113.33º | 0.26% | 0.41% | - |
| HSV(B) | 113.33º | 0.41% | 0.52% | - |
| XYZ | 13.28 | 18.94 | 10.16 | - |
| YUV | 111.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 78 | 0.36 | 0 | 0.41 | 0.48 | 113.33 | 0.26 | 0.41 |
| Hex | 54 | 84 | 4E | 24 | 0 | 29 | 30 | 71 | 1A | 29 |
| Octal | 124 | 204 | 116 | 44 | 0 | 51 | 60 | 161 | 32 | 51 |
| Binary | 1010100 | 10000100 | 1001110 | 100100 | 0 | 101001 | 110000 | 1110001 | 11010 | 101001 |
Color Harmonies of #54844E
Complementary color
Monochromatic Colors of #54844E
Black with #54844E
Text Example
Text Example
White with #54844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54844E; }
p { color: rgb(84,132,78); }
H1.HeaderClassName
{
color: #54844E;
}
.AnyTagClassName
{
color: #54844E;
}
</style>
background-color css
<style>
a { background-color: #54844E; }
a { background-color: rgb(84,132,78); }
div.DivClassName
{
background-color: #54844E;
}
.BgClassName
{
background-color: #54844E;
}
</style>
border-color css
<style>
span { border-color: #54844E; }
span { border-color: rgb(84,132,78); }
td.TdClassName
{
border-color: #54844E;
}
.TagClassName
{
border-color: #54844E;
}
</style>