Shades of Hippie Green #559550
Tints of Hippie Green #559550
RGB
CMYK
RGB Variations
Color information
#559550 (or 0x559550) is known color: Hippie Green. HEX triplet: 55, 95 and 50. RGB value is (85,149,80). Sum of RGB (Red+Green+Blue) = 85+149+80=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #559550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559550 is #AA6AAF. Grayscale: #7A7A7A. Windows color (decimal): -11168432 or 5281109. OLE color: 5281109.
HSL color Cylindrical-coordinate representation of color #559550: hue angle of 115.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559550 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 149 | 80 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.42 |
| HSL | 115.65º | 0.3% | 0.45% | - |
| HSV(B) | 115.65º | 0.46% | 0.58% | - |
| XYZ | 15.94 | 24.01 | 11.38 | - |
| YUV | 122 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 80 | 0.43 | 0 | 0.46 | 0.42 | 115.65 | 0.3 | 0.45 |
| Hex | 55 | 95 | 50 | 2B | 0 | 2E | 2A | 74 | 1E | 2D |
| Octal | 125 | 225 | 120 | 53 | 0 | 56 | 52 | 164 | 36 | 55 |
| Binary | 1010101 | 10010101 | 1010000 | 101011 | 0 | 101110 | 101010 | 1110100 | 11110 | 101101 |
Color Harmonies of #559550
Complementary color
Monochromatic Colors of #559550
Black with #559550
Text Example
Text Example
White with #559550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559550; }
p { color: rgb(85,149,80); }
H1.HeaderClassName
{
color: #559550;
}
.AnyTagClassName
{
color: #559550;
}
</style>
background-color css
<style>
a { background-color: #559550; }
a { background-color: rgb(85,149,80); }
div.DivClassName
{
background-color: #559550;
}
.BgClassName
{
background-color: #559550;
}
</style>
border-color css
<style>
span { border-color: #559550; }
span { border-color: rgb(85,149,80); }
td.TdClassName
{
border-color: #559550;
}
.TagClassName
{
border-color: #559550;
}
</style>