Shades of Hippie Green #518850
Tints of Hippie Green #518850
RGB
CMYK
RGB Variations
Color information
#518850 (or 0x518850) is known color: Hippie Green. HEX triplet: 51, 88 and 50. RGB value is (81,136,80). Sum of RGB (Red+Green+Blue) = 81+136+80=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #518850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518850 is #AE77AF. Grayscale: #717171. Windows color (decimal): -11433904 or 5277777. OLE color: 5277777.
HSL color Cylindrical-coordinate representation of color #518850: hue angle of 118.93º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518850 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 136 | 80 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.47 |
| HSL | 118.93º | 0.26% | 0.42% | - |
| HSV(B) | 118.93º | 0.41% | 0.53% | - |
| XYZ | 13.65 | 19.94 | 10.72 | - |
| YUV | 113.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 80 | 0.40 | 0 | 0.41 | 0.47 | 118.93 | 0.26 | 0.42 |
| Hex | 51 | 88 | 50 | 28 | 0 | 29 | 2F | 77 | 1A | 2A |
| Octal | 121 | 210 | 120 | 50 | 0 | 51 | 57 | 167 | 32 | 52 |
| Binary | 1010001 | 10001000 | 1010000 | 101000 | 0 | 101001 | 101111 | 1110111 | 11010 | 101010 |
Color Harmonies of #518850
Complementary color
Monochromatic Colors of #518850
Black with #518850
Text Example
Text Example
White with #518850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518850; }
p { color: rgb(81,136,80); }
H1.HeaderClassName
{
color: #518850;
}
.AnyTagClassName
{
color: #518850;
}
</style>
background-color css
<style>
a { background-color: #518850; }
a { background-color: rgb(81,136,80); }
div.DivClassName
{
background-color: #518850;
}
.BgClassName
{
background-color: #518850;
}
</style>
border-color css
<style>
span { border-color: #518850; }
span { border-color: rgb(81,136,80); }
td.TdClassName
{
border-color: #518850;
}
.TagClassName
{
border-color: #518850;
}
</style>