Shades of Hippie Green #558F51
Tints of Hippie Green #558F51
RGB
CMYK
RGB Variations
Color information
#558F51 (or 0x558F51) is known color: Hippie Green. HEX triplet: 55, 8F and 51. RGB value is (85,143,81). Sum of RGB (Red+Green+Blue) = 85+143+81=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #558F51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558F51 is #AA70AE. Grayscale: #767676. Windows color (decimal): -11169967 or 5345109. OLE color: 5345109.
HSL color Cylindrical-coordinate representation of color #558F51: hue angle of 116.13º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #558F51 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 143 | 81 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.44 |
| HSL | 116.13º | 0.28% | 0.44% | - |
| HSV(B) | 116.13º | 0.43% | 0.56% | - |
| XYZ | 15.05 | 22.17 | 11.27 | - |
| YUV | 118.59 | 106.78 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 81 | 0.41 | 0 | 0.43 | 0.44 | 116.13 | 0.28 | 0.44 |
| Hex | 55 | 8F | 51 | 29 | 0 | 2B | 2C | 74 | 1C | 2C |
| Octal | 125 | 217 | 121 | 51 | 0 | 53 | 54 | 164 | 34 | 54 |
| Binary | 1010101 | 10001111 | 1010001 | 101001 | 0 | 101011 | 101100 | 1110100 | 11100 | 101100 |
Color Harmonies of #558F51
Complementary color
Monochromatic Colors of #558F51
Black with #558F51
Text Example
Text Example
White with #558F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558F51; }
p { color: rgb(85,143,81); }
H1.HeaderClassName
{
color: #558F51;
}
.AnyTagClassName
{
color: #558F51;
}
</style>
background-color css
<style>
a { background-color: #558F51; }
a { background-color: rgb(85,143,81); }
div.DivClassName
{
background-color: #558F51;
}
.BgClassName
{
background-color: #558F51;
}
</style>
border-color css
<style>
span { border-color: #558F51; }
span { border-color: rgb(85,143,81); }
td.TdClassName
{
border-color: #558F51;
}
.TagClassName
{
border-color: #558F51;
}
</style>