Shades of Hippie Green #558951
Tints of Hippie Green #558951
RGB
CMYK
RGB Variations
Color information
#558951 (or 0x558951) is known color: Hippie Green. HEX triplet: 55, 89 and 51. RGB value is (85,137,81). Sum of RGB (Red+Green+Blue) = 85+137+81=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #558951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558951 is #AA76AE. Grayscale: #737373. Windows color (decimal): -11171503 or 5343573. OLE color: 5343573.
HSL color Cylindrical-coordinate representation of color #558951: hue angle of 115.71º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558951 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 81 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.46 |
| HSL | 115.71º | 0.26% | 0.43% | - |
| HSV(B) | 115.71º | 0.41% | 0.54% | - |
| XYZ | 14.18 | 20.42 | 10.98 | - |
| YUV | 115.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 81 | 0.38 | 0 | 0.41 | 0.46 | 115.71 | 0.26 | 0.43 |
| Hex | 55 | 89 | 51 | 26 | 0 | 29 | 2E | 74 | 1A | 2B |
| Octal | 125 | 211 | 121 | 46 | 0 | 51 | 56 | 164 | 32 | 53 |
| Binary | 1010101 | 10001001 | 1010001 | 100110 | 0 | 101001 | 101110 | 1110100 | 11010 | 101011 |
Color Harmonies of #558951
Complementary color
Monochromatic Colors of #558951
Black with #558951
Text Example
Text Example
White with #558951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558951; }
p { color: rgb(85,137,81); }
H1.HeaderClassName
{
color: #558951;
}
.AnyTagClassName
{
color: #558951;
}
</style>
background-color css
<style>
a { background-color: #558951; }
a { background-color: rgb(85,137,81); }
div.DivClassName
{
background-color: #558951;
}
.BgClassName
{
background-color: #558951;
}
</style>
border-color css
<style>
span { border-color: #558951; }
span { border-color: rgb(85,137,81); }
td.TdClassName
{
border-color: #558951;
}
.TagClassName
{
border-color: #558951;
}
</style>