Shades of Hippie Green #559350
Tints of Hippie Green #559350
RGB
CMYK
RGB Variations
Color information
#559350 (or 0x559350) is known color: Hippie Green. HEX triplet: 55, 93 and 50. RGB value is (85,147,80). Sum of RGB (Red+Green+Blue) = 85+147+80=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #559350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559350 is #AA6CAF. Grayscale: #797979. Windows color (decimal): -11168944 or 5280597. OLE color: 5280597.
HSL color Cylindrical-coordinate representation of color #559350: hue angle of 115.52º 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 #559350 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 147 | 80 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.42 |
| HSL | 115.52º | 0.3% | 0.45% | - |
| HSV(B) | 115.52º | 0.46% | 0.58% | - |
| XYZ | 15.63 | 23.38 | 11.28 | - |
| YUV | 120.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 147 | 80 | 0.42 | 0 | 0.46 | 0.42 | 115.52 | 0.3 | 0.45 |
| Hex | 55 | 93 | 50 | 2A | 0 | 2E | 2A | 74 | 1E | 2D |
| Octal | 125 | 223 | 120 | 52 | 0 | 56 | 52 | 164 | 36 | 55 |
| Binary | 1010101 | 10010011 | 1010000 | 101010 | 0 | 101110 | 101010 | 1110100 | 11110 | 101101 |
Color Harmonies of #559350
Complementary color
Monochromatic Colors of #559350
Black with #559350
Text Example
Text Example
White with #559350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559350; }
p { color: rgb(85,147,80); }
H1.HeaderClassName
{
color: #559350;
}
.AnyTagClassName
{
color: #559350;
}
</style>
background-color css
<style>
a { background-color: #559350; }
a { background-color: rgb(85,147,80); }
div.DivClassName
{
background-color: #559350;
}
.BgClassName
{
background-color: #559350;
}
</style>
border-color css
<style>
span { border-color: #559350; }
span { border-color: rgb(85,147,80); }
td.TdClassName
{
border-color: #559350;
}
.TagClassName
{
border-color: #559350;
}
</style>