Shades of Hippie Green #55885C
Tints of Hippie Green #55885C
RGB
CMYK
RGB Variations
Color information
#55885C (or 0x55885C) is known color: Hippie Green. HEX triplet: 55, 88 and 5C. RGB value is (85,136,92). Sum of RGB (Red+Green+Blue) = 85+136+92=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #55885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55885C is #AA77A3. Grayscale: #737373. Windows color (decimal): -11171748 or 6064213. OLE color: 6064213.
HSL color Cylindrical-coordinate representation of color #55885C: hue angle of 128.24º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55885C is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 92 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.47 |
| HSL | 128.24º | 0.23% | 0.43% | - |
| HSV(B) | 128.24º | 0.38% | 0.53% | - |
| XYZ | 14.48 | 20.31 | 13.28 | - |
| YUV | 115.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 92 | 0.38 | 0 | 0.32 | 0.47 | 128.24 | 0.23 | 0.43 |
| Hex | 55 | 88 | 5C | 26 | 0 | 20 | 2F | 80 | 17 | 2B |
| Octal | 125 | 210 | 134 | 46 | 0 | 40 | 57 | 200 | 27 | 53 |
| Binary | 1010101 | 10001000 | 1011100 | 100110 | 0 | 100000 | 101111 | 10000000 | 10111 | 101011 |
Color Harmonies of #55885C
Complementary color
Monochromatic Colors of #55885C
Black with #55885C
Text Example
Text Example
White with #55885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55885C; }
p { color: rgb(85,136,92); }
H1.HeaderClassName
{
color: #55885C;
}
.AnyTagClassName
{
color: #55885C;
}
</style>
background-color css
<style>
a { background-color: #55885C; }
a { background-color: rgb(85,136,92); }
div.DivClassName
{
background-color: #55885C;
}
.BgClassName
{
background-color: #55885C;
}
</style>
border-color css
<style>
span { border-color: #55885C; }
span { border-color: rgb(85,136,92); }
td.TdClassName
{
border-color: #55885C;
}
.TagClassName
{
border-color: #55885C;
}
</style>