Shades of Hippie Green #558150
Tints of Hippie Green #558150
RGB
CMYK
RGB Variations
Color information
#558150 (or 0x558150) is known color: Hippie Green. HEX triplet: 55, 81 and 50. RGB value is (85,129,80). Sum of RGB (Red+Green+Blue) = 85+129+80=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #558150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558150 is #AA7EAF. Grayscale: #6E6E6E. Windows color (decimal): -11173552 or 5275989. OLE color: 5275989.
HSL color Cylindrical-coordinate representation of color #558150: hue angle of 113.88º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558150 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 80 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.49 |
| HSL | 113.88º | 0.23% | 0.41% | - |
| HSV(B) | 113.88º | 0.38% | 0.51% | - |
| XYZ | 13.04 | 18.21 | 10.42 | - |
| YUV | 110.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 80 | 0.34 | 0 | 0.38 | 0.49 | 113.88 | 0.23 | 0.41 |
| Hex | 55 | 81 | 50 | 22 | 0 | 26 | 31 | 72 | 17 | 29 |
| Octal | 125 | 201 | 120 | 42 | 0 | 46 | 61 | 162 | 27 | 51 |
| Binary | 1010101 | 10000001 | 1010000 | 100010 | 0 | 100110 | 110001 | 1110010 | 10111 | 101001 |
Color Harmonies of #558150
Complementary color
Monochromatic Colors of #558150
Black with #558150
Text Example
Text Example
White with #558150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558150; }
p { color: rgb(85,129,80); }
H1.HeaderClassName
{
color: #558150;
}
.AnyTagClassName
{
color: #558150;
}
</style>
background-color css
<style>
a { background-color: #558150; }
a { background-color: rgb(85,129,80); }
div.DivClassName
{
background-color: #558150;
}
.BgClassName
{
background-color: #558150;
}
</style>
border-color css
<style>
span { border-color: #558150; }
span { border-color: rgb(85,129,80); }
td.TdClassName
{
border-color: #558150;
}
.TagClassName
{
border-color: #558150;
}
</style>