Shades of Hippie Green #558955
Tints of Hippie Green #558955
RGB
CMYK
RGB Variations
Color information
#558955 (or 0x558955) is known color: Hippie Green. HEX triplet: 55, 89 and 55. RGB value is (85,137,85). Sum of RGB (Red+Green+Blue) = 85+137+85=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #558955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558955 is #AA76AA. Grayscale: #737373. Windows color (decimal): -11171499 or 5605717. OLE color: 5605717.
HSL color Cylindrical-coordinate representation of color #558955: hue angle of 120º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558955 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 85 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.46 |
| HSL | 120º | 0.23% | 0.44% | - |
| HSV(B) | 120º | 0.38% | 0.54% | - |
| XYZ | 14.33 | 20.48 | 11.79 | - |
| YUV | 115.52 | 110.77 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 85 | 0.38 | 0 | 0.38 | 0.46 | 120 | 0.23 | 0.44 |
| Hex | 55 | 89 | 55 | 26 | 0 | 26 | 2E | 78 | 17 | 2C |
| Octal | 125 | 211 | 125 | 46 | 0 | 46 | 56 | 170 | 27 | 54 |
| Binary | 1010101 | 10001001 | 1010101 | 100110 | 0 | 100110 | 101110 | 1111000 | 10111 | 101100 |
Color Harmonies of #558955
Complementary color
Monochromatic Colors of #558955
Black with #558955
Text Example
Text Example
White with #558955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558955; }
p { color: rgb(85,137,85); }
H1.HeaderClassName
{
color: #558955;
}
.AnyTagClassName
{
color: #558955;
}
</style>
background-color css
<style>
a { background-color: #558955; }
a { background-color: rgb(85,137,85); }
div.DivClassName
{
background-color: #558955;
}
.BgClassName
{
background-color: #558955;
}
</style>
border-color css
<style>
span { border-color: #558955; }
span { border-color: rgb(85,137,85); }
td.TdClassName
{
border-color: #558955;
}
.TagClassName
{
border-color: #558955;
}
</style>