Shades of Hippie Green #559553
Tints of Hippie Green #559553
RGB
CMYK
RGB Variations
Color information
#559553 (or 0x559553) is known color: Hippie Green. HEX triplet: 55, 95 and 53. RGB value is (85,149,83). Sum of RGB (Red+Green+Blue) = 85+149+83=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #559553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559553 is #AA6AAC. Grayscale: #7A7A7A. Windows color (decimal): -11168429 or 5477717. OLE color: 5477717.
HSL color Cylindrical-coordinate representation of color #559553: hue angle of 118.18º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559553 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 149 | 83 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.42 |
| HSL | 118.18º | 0.28% | 0.45% | - |
| HSV(B) | 118.18º | 0.44% | 0.58% | - |
| XYZ | 16.06 | 24.05 | 11.98 | - |
| YUV | 122.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 83 | 0.43 | 0 | 0.44 | 0.42 | 118.18 | 0.28 | 0.45 |
| Hex | 55 | 95 | 53 | 2B | 0 | 2C | 2A | 76 | 1C | 2D |
| Octal | 125 | 225 | 123 | 53 | 0 | 54 | 52 | 166 | 34 | 55 |
| Binary | 1010101 | 10010101 | 1010011 | 101011 | 0 | 101100 | 101010 | 1110110 | 11100 | 101101 |
Color Harmonies of #559553
Complementary color
Monochromatic Colors of #559553
Black with #559553
Text Example
Text Example
White with #559553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559553; }
p { color: rgb(85,149,83); }
H1.HeaderClassName
{
color: #559553;
}
.AnyTagClassName
{
color: #559553;
}
</style>
background-color css
<style>
a { background-color: #559553; }
a { background-color: rgb(85,149,83); }
div.DivClassName
{
background-color: #559553;
}
.BgClassName
{
background-color: #559553;
}
</style>
border-color css
<style>
span { border-color: #559553; }
span { border-color: rgb(85,149,83); }
td.TdClassName
{
border-color: #559553;
}
.TagClassName
{
border-color: #559553;
}
</style>