Shades of Hippie Green #518550
Tints of Hippie Green #518550
RGB
CMYK
RGB Variations
Color information
#518550 (or 0x518550) is known color: Hippie Green. HEX triplet: 51, 85 and 50. RGB value is (81,133,80). Sum of RGB (Red+Green+Blue) = 81+133+80=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #518550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518550 is #AE7AAF. Grayscale: #6F6F6F. Windows color (decimal): -11434672 or 5277009. OLE color: 5277009.
HSL color Cylindrical-coordinate representation of color #518550: hue angle of 118.87º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518550 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 133 | 80 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.48 |
| HSL | 118.87º | 0.25% | 0.42% | - |
| HSV(B) | 118.87º | 0.4% | 0.52% | - |
| XYZ | 13.23 | 19.1 | 10.58 | - |
| YUV | 111.41 | 110.27 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 133 | 80 | 0.39 | 0 | 0.40 | 0.48 | 118.87 | 0.25 | 0.42 |
| Hex | 51 | 85 | 50 | 27 | 0 | 28 | 30 | 77 | 19 | 2A |
| Octal | 121 | 205 | 120 | 47 | 0 | 50 | 60 | 167 | 31 | 52 |
| Binary | 1010001 | 10000101 | 1010000 | 100111 | 0 | 101000 | 110000 | 1110111 | 11001 | 101010 |
Color Harmonies of #518550
Complementary color
Monochromatic Colors of #518550
Black with #518550
Text Example
Text Example
White with #518550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518550; }
p { color: rgb(81,133,80); }
H1.HeaderClassName
{
color: #518550;
}
.AnyTagClassName
{
color: #518550;
}
</style>
background-color css
<style>
a { background-color: #518550; }
a { background-color: rgb(81,133,80); }
div.DivClassName
{
background-color: #518550;
}
.BgClassName
{
background-color: #518550;
}
</style>
border-color css
<style>
span { border-color: #518550; }
span { border-color: rgb(81,133,80); }
td.TdClassName
{
border-color: #518550;
}
.TagClassName
{
border-color: #518550;
}
</style>