Shades of Hippie Green #558E51
Tints of Hippie Green #558E51
RGB
CMYK
RGB Variations
Color information
#558E51 (or 0x558E51) is known color: Hippie Green. HEX triplet: 55, 8E and 51. RGB value is (85,142,81). Sum of RGB (Red+Green+Blue) = 85+142+81=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #558E51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558E51 is #AA71AE. Grayscale: #767676. Windows color (decimal): -11170223 or 5344853. OLE color: 5344853.
HSL color Cylindrical-coordinate representation of color #558E51: hue angle of 116.07º degrees, saturation: 0.27, 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 #558E51 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 142 | 81 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.44 |
| HSL | 116.07º | 0.27% | 0.44% | - |
| HSV(B) | 116.07º | 0.43% | 0.56% | - |
| XYZ | 14.9 | 21.87 | 11.22 | - |
| YUV | 118 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 81 | 0.40 | 0 | 0.43 | 0.44 | 116.07 | 0.27 | 0.44 |
| Hex | 55 | 8E | 51 | 28 | 0 | 2B | 2C | 74 | 1B | 2C |
| Octal | 125 | 216 | 121 | 50 | 0 | 53 | 54 | 164 | 33 | 54 |
| Binary | 1010101 | 10001110 | 1010001 | 101000 | 0 | 101011 | 101100 | 1110100 | 11011 | 101100 |
Color Harmonies of #558E51
Complementary color
Monochromatic Colors of #558E51
Black with #558E51
Text Example
Text Example
White with #558E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558E51; }
p { color: rgb(85,142,81); }
H1.HeaderClassName
{
color: #558E51;
}
.AnyTagClassName
{
color: #558E51;
}
</style>
background-color css
<style>
a { background-color: #558E51; }
a { background-color: rgb(85,142,81); }
div.DivClassName
{
background-color: #558E51;
}
.BgClassName
{
background-color: #558E51;
}
</style>
border-color css
<style>
span { border-color: #558E51; }
span { border-color: rgb(85,142,81); }
td.TdClassName
{
border-color: #558E51;
}
.TagClassName
{
border-color: #558E51;
}
</style>