Shades of Hippie Green #518F49
Tints of Hippie Green #518F49
RGB
CMYK
RGB Variations
Color information
#518F49 (or 0x518F49) is known color: Hippie Green. HEX triplet: 51, 8F and 49. RGB value is (81,143,73). Sum of RGB (Red+Green+Blue) = 81+143+73=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #518F49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518F49 is #AE70B6. Grayscale: #747474. Windows color (decimal): -11432119 or 4820817. OLE color: 4820817.
HSL color Cylindrical-coordinate representation of color #518F49: hue angle of 113.14º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #518F49 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 143 | 73 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.44 |
| HSL | 113.14º | 0.32% | 0.42% | - |
| HSV(B) | 113.14º | 0.49% | 0.56% | - |
| XYZ | 14.42 | 21.88 | 9.77 | - |
| YUV | 116.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 73 | 0.43 | 0 | 0.49 | 0.44 | 113.14 | 0.32 | 0.42 |
| Hex | 51 | 8F | 49 | 2B | 0 | 31 | 2C | 71 | 20 | 2A |
| Octal | 121 | 217 | 111 | 53 | 0 | 61 | 54 | 161 | 40 | 52 |
| Binary | 1010001 | 10001111 | 1001001 | 101011 | 0 | 110001 | 101100 | 1110001 | 100000 | 101010 |
Color Harmonies of #518F49
Complementary color
Monochromatic Colors of #518F49
Black with #518F49
Text Example
Text Example
White with #518F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518F49; }
p { color: rgb(81,143,73); }
H1.HeaderClassName
{
color: #518F49;
}
.AnyTagClassName
{
color: #518F49;
}
</style>
background-color css
<style>
a { background-color: #518F49; }
a { background-color: rgb(81,143,73); }
div.DivClassName
{
background-color: #518F49;
}
.BgClassName
{
background-color: #518F49;
}
</style>
border-color css
<style>
span { border-color: #518F49; }
span { border-color: rgb(81,143,73); }
td.TdClassName
{
border-color: #518F49;
}
.TagClassName
{
border-color: #518F49;
}
</style>