Shades of Hippie Green #558156
Tints of Hippie Green #558156
RGB
CMYK
RGB Variations
Color information
#558156 (or 0x558156) is known color: Hippie Green. HEX triplet: 55, 81 and 56. RGB value is (85,129,86). Sum of RGB (Red+Green+Blue) = 85+129+86=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #558156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558156 is #AA7EA9. Grayscale: #6F6F6F. Windows color (decimal): -11173546 or 5669205. OLE color: 5669205.
HSL color Cylindrical-coordinate representation of color #558156: hue angle of 121.36º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558156 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 86 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.49 |
| HSL | 121.36º | 0.21% | 0.42% | - |
| HSV(B) | 121.36º | 0.34% | 0.51% | - |
| XYZ | 13.28 | 18.3 | 11.64 | - |
| YUV | 110.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 86 | 0.34 | 0 | 0.33 | 0.49 | 121.36 | 0.21 | 0.42 |
| Hex | 55 | 81 | 56 | 22 | 0 | 21 | 31 | 79 | 15 | 2A |
| Octal | 125 | 201 | 126 | 42 | 0 | 41 | 61 | 171 | 25 | 52 |
| Binary | 1010101 | 10000001 | 1010110 | 100010 | 0 | 100001 | 110001 | 1111001 | 10101 | 101010 |
Color Harmonies of #558156
Complementary color
Monochromatic Colors of #558156
Black with #558156
Text Example
Text Example
White with #558156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558156; }
p { color: rgb(85,129,86); }
H1.HeaderClassName
{
color: #558156;
}
.AnyTagClassName
{
color: #558156;
}
</style>
background-color css
<style>
a { background-color: #558156; }
a { background-color: rgb(85,129,86); }
div.DivClassName
{
background-color: #558156;
}
.BgClassName
{
background-color: #558156;
}
</style>
border-color css
<style>
span { border-color: #558156; }
span { border-color: rgb(85,129,86); }
td.TdClassName
{
border-color: #558156;
}
.TagClassName
{
border-color: #558156;
}
</style>