Shades of Hippie Green #559153
Tints of Hippie Green #559153
RGB
CMYK
RGB Variations
Color information
#559153 (or 0x559153) is known color: Hippie Green. HEX triplet: 55, 91 and 53. RGB value is (85,145,83). Sum of RGB (Red+Green+Blue) = 85+145+83=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #559153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559153 is #AA6EAC. Grayscale: #787878. Windows color (decimal): -11169453 or 5476693. OLE color: 5476693.
HSL color Cylindrical-coordinate representation of color #559153: hue angle of 118.06º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559153 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 83 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.43 |
| HSL | 118.06º | 0.27% | 0.45% | - |
| HSV(B) | 118.06º | 0.43% | 0.57% | - |
| XYZ | 15.43 | 22.81 | 11.77 | - |
| YUV | 119.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 83 | 0.41 | 0 | 0.43 | 0.43 | 118.06 | 0.27 | 0.45 |
| Hex | 55 | 91 | 53 | 29 | 0 | 2B | 2B | 76 | 1B | 2D |
| Octal | 125 | 221 | 123 | 51 | 0 | 53 | 53 | 166 | 33 | 55 |
| Binary | 1010101 | 10010001 | 1010011 | 101001 | 0 | 101011 | 101011 | 1110110 | 11011 | 101101 |
Color Harmonies of #559153
Complementary color
Monochromatic Colors of #559153
Black with #559153
Text Example
Text Example
White with #559153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559153; }
p { color: rgb(85,145,83); }
H1.HeaderClassName
{
color: #559153;
}
.AnyTagClassName
{
color: #559153;
}
</style>
background-color css
<style>
a { background-color: #559153; }
a { background-color: rgb(85,145,83); }
div.DivClassName
{
background-color: #559153;
}
.BgClassName
{
background-color: #559153;
}
</style>
border-color css
<style>
span { border-color: #559153; }
span { border-color: rgb(85,145,83); }
td.TdClassName
{
border-color: #559153;
}
.TagClassName
{
border-color: #559153;
}
</style>