Shades of Hippie Green #55885A
Tints of Hippie Green #55885A
RGB
CMYK
RGB Variations
Color information
#55885A (or 0x55885A) is known color: Hippie Green. HEX triplet: 55, 88 and 5A. RGB value is (85,136,90). Sum of RGB (Red+Green+Blue) = 85+136+90=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #55885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55885A is #AA77A5. Grayscale: #737373. Windows color (decimal): -11171750 or 5933141. OLE color: 5933141.
HSL color Cylindrical-coordinate representation of color #55885A: hue angle of 125.88º 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 #55885A is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 90 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.47 |
| HSL | 125.88º | 0.23% | 0.43% | - |
| HSV(B) | 125.88º | 0.38% | 0.53% | - |
| XYZ | 14.4 | 20.28 | 12.83 | - |
| YUV | 115.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 90 | 0.38 | 0 | 0.34 | 0.47 | 125.88 | 0.23 | 0.43 |
| Hex | 55 | 88 | 5A | 26 | 0 | 22 | 2F | 7E | 17 | 2B |
| Octal | 125 | 210 | 132 | 46 | 0 | 42 | 57 | 176 | 27 | 53 |
| Binary | 1010101 | 10001000 | 1011010 | 100110 | 0 | 100010 | 101111 | 1111110 | 10111 | 101011 |
Color Harmonies of #55885A
Complementary color
Monochromatic Colors of #55885A
Black with #55885A
Text Example
Text Example
White with #55885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55885A; }
p { color: rgb(85,136,90); }
H1.HeaderClassName
{
color: #55885A;
}
.AnyTagClassName
{
color: #55885A;
}
</style>
background-color css
<style>
a { background-color: #55885A; }
a { background-color: rgb(85,136,90); }
div.DivClassName
{
background-color: #55885A;
}
.BgClassName
{
background-color: #55885A;
}
</style>
border-color css
<style>
span { border-color: #55885A; }
span { border-color: rgb(85,136,90); }
td.TdClassName
{
border-color: #55885A;
}
.TagClassName
{
border-color: #55885A;
}
</style>