Shades of Hippie Green #55844E
Tints of Hippie Green #55844E
RGB
CMYK
RGB Variations
Color information
#55844E (or 0x55844E) is known color: Hippie Green. HEX triplet: 55, 84 and 4E. RGB value is (85,132,78). Sum of RGB (Red+Green+Blue) = 85+132+78=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #55844E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55844E is #AA7BB1. Grayscale: #6F6F6F. Windows color (decimal): -11172786 or 5145685. OLE color: 5145685.
HSL color Cylindrical-coordinate representation of color #55844E: hue angle of 112.22º 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 #55844E is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 132 | 78 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.48 |
| HSL | 112.22º | 0.26% | 0.41% | - |
| HSV(B) | 112.22º | 0.41% | 0.52% | - |
| XYZ | 13.37 | 18.98 | 10.17 | - |
| YUV | 111.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 78 | 0.36 | 0 | 0.41 | 0.48 | 112.22 | 0.26 | 0.41 |
| Hex | 55 | 84 | 4E | 24 | 0 | 29 | 30 | 70 | 1A | 29 |
| Octal | 125 | 204 | 116 | 44 | 0 | 51 | 60 | 160 | 32 | 51 |
| Binary | 1010101 | 10000100 | 1001110 | 100100 | 0 | 101001 | 110000 | 1110000 | 11010 | 101001 |
Color Harmonies of #55844E
Complementary color
Monochromatic Colors of #55844E
Black with #55844E
Text Example
Text Example
White with #55844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55844E; }
p { color: rgb(85,132,78); }
H1.HeaderClassName
{
color: #55844E;
}
.AnyTagClassName
{
color: #55844E;
}
</style>
background-color css
<style>
a { background-color: #55844E; }
a { background-color: rgb(85,132,78); }
div.DivClassName
{
background-color: #55844E;
}
.BgClassName
{
background-color: #55844E;
}
</style>
border-color css
<style>
span { border-color: #55844E; }
span { border-color: rgb(85,132,78); }
td.TdClassName
{
border-color: #55844E;
}
.TagClassName
{
border-color: #55844E;
}
</style>