Shades of Hippie Green #558F50
Tints of Hippie Green #558F50
RGB
CMYK
RGB Variations
Color information
#558F50 (or 0x558F50) is known color: Hippie Green. HEX triplet: 55, 8F and 50. RGB value is (85,143,80). Sum of RGB (Red+Green+Blue) = 85+143+80=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #558F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558F50 is #AA70AF. Grayscale: #767676. Windows color (decimal): -11169968 or 5279573. OLE color: 5279573.
HSL color Cylindrical-coordinate representation of color #558F50: hue angle of 115.24º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558F50 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 143 | 80 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.44 |
| HSL | 115.24º | 0.28% | 0.44% | - |
| HSV(B) | 115.24º | 0.44% | 0.56% | - |
| XYZ | 15.02 | 22.16 | 11.07 | - |
| YUV | 118.48 | 106.28 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 80 | 0.41 | 0 | 0.44 | 0.44 | 115.24 | 0.28 | 0.44 |
| Hex | 55 | 8F | 50 | 29 | 0 | 2C | 2C | 73 | 1C | 2C |
| Octal | 125 | 217 | 120 | 51 | 0 | 54 | 54 | 163 | 34 | 54 |
| Binary | 1010101 | 10001111 | 1010000 | 101001 | 0 | 101100 | 101100 | 1110011 | 11100 | 101100 |
Color Harmonies of #558F50
Complementary color
Monochromatic Colors of #558F50
Black with #558F50
Text Example
Text Example
White with #558F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558F50; }
p { color: rgb(85,143,80); }
H1.HeaderClassName
{
color: #558F50;
}
.AnyTagClassName
{
color: #558F50;
}
</style>
background-color css
<style>
a { background-color: #558F50; }
a { background-color: rgb(85,143,80); }
div.DivClassName
{
background-color: #558F50;
}
.BgClassName
{
background-color: #558F50;
}
</style>
border-color css
<style>
span { border-color: #558F50; }
span { border-color: rgb(85,143,80); }
td.TdClassName
{
border-color: #558F50;
}
.TagClassName
{
border-color: #558F50;
}
</style>