Shades of Hippie Green #558552
Tints of Hippie Green #558552
RGB
CMYK
RGB Variations
Color information
#558552 (or 0x558552) is known color: Hippie Green. HEX triplet: 55, 85 and 52. RGB value is (85,133,82). Sum of RGB (Red+Green+Blue) = 85+133+82=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #558552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558552 is #AA7AAD. Grayscale: #707070. Windows color (decimal): -11172526 or 5408085. OLE color: 5408085.
HSL color Cylindrical-coordinate representation of color #558552: hue angle of 116.47º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558552 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 133 | 82 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.48 |
| HSL | 116.47º | 0.24% | 0.42% | - |
| HSV(B) | 116.47º | 0.38% | 0.52% | - |
| XYZ | 13.66 | 19.32 | 10.99 | - |
| YUV | 112.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 82 | 0.36 | 0 | 0.38 | 0.48 | 116.47 | 0.24 | 0.42 |
| Hex | 55 | 85 | 52 | 24 | 0 | 26 | 30 | 74 | 18 | 2A |
| Octal | 125 | 205 | 122 | 44 | 0 | 46 | 60 | 164 | 30 | 52 |
| Binary | 1010101 | 10000101 | 1010010 | 100100 | 0 | 100110 | 110000 | 1110100 | 11000 | 101010 |
Color Harmonies of #558552
Complementary color
Monochromatic Colors of #558552
Black with #558552
Text Example
Text Example
White with #558552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558552; }
p { color: rgb(85,133,82); }
H1.HeaderClassName
{
color: #558552;
}
.AnyTagClassName
{
color: #558552;
}
</style>
background-color css
<style>
a { background-color: #558552; }
a { background-color: rgb(85,133,82); }
div.DivClassName
{
background-color: #558552;
}
.BgClassName
{
background-color: #558552;
}
</style>
border-color css
<style>
span { border-color: #558552; }
span { border-color: rgb(85,133,82); }
td.TdClassName
{
border-color: #558552;
}
.TagClassName
{
border-color: #558552;
}
</style>