Shades of Hippie Green #55884F
Tints of Hippie Green #55884F
RGB
CMYK
RGB Variations
Color information
#55884F (or 0x55884F) is known color: Hippie Green. HEX triplet: 55, 88 and 4F. RGB value is (85,136,79). Sum of RGB (Red+Green+Blue) = 85+136+79=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #55884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55884F is #AA77B0. Grayscale: #727272. Windows color (decimal): -11171761 or 5212245. OLE color: 5212245.
HSL color Cylindrical-coordinate representation of color #55884F: hue angle of 113.68º 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 #55884F is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 79 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.47 |
| HSL | 113.68º | 0.27% | 0.42% | - |
| HSV(B) | 113.68º | 0.42% | 0.53% | - |
| XYZ | 13.96 | 20.1 | 10.54 | - |
| YUV | 114.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 79 | 0.38 | 0 | 0.42 | 0.47 | 113.68 | 0.27 | 0.42 |
| Hex | 55 | 88 | 4F | 26 | 0 | 2A | 2F | 72 | 1B | 2A |
| Octal | 125 | 210 | 117 | 46 | 0 | 52 | 57 | 162 | 33 | 52 |
| Binary | 1010101 | 10001000 | 1001111 | 100110 | 0 | 101010 | 101111 | 1110010 | 11011 | 101010 |
Color Harmonies of #55884F
Complementary color
Monochromatic Colors of #55884F
Black with #55884F
Text Example
Text Example
White with #55884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55884F; }
p { color: rgb(85,136,79); }
H1.HeaderClassName
{
color: #55884F;
}
.AnyTagClassName
{
color: #55884F;
}
</style>
background-color css
<style>
a { background-color: #55884F; }
a { background-color: rgb(85,136,79); }
div.DivClassName
{
background-color: #55884F;
}
.BgClassName
{
background-color: #55884F;
}
</style>
border-color css
<style>
span { border-color: #55884F; }
span { border-color: rgb(85,136,79); }
td.TdClassName
{
border-color: #55884F;
}
.TagClassName
{
border-color: #55884F;
}
</style>