Shades of Hippie Green #519149
Tints of Hippie Green #519149
RGB
CMYK
RGB Variations
Color information
#519149 (or 0x519149) is known color: Hippie Green. HEX triplet: 51, 91 and 49. RGB value is (81,145,73). Sum of RGB (Red+Green+Blue) = 81+145+73=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #519149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519149 is #AE6EB6. Grayscale: #757575. Windows color (decimal): -11431607 or 4821329. OLE color: 4821329.
HSL color Cylindrical-coordinate representation of color #519149: hue angle of 113.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #519149 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 73 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.43 |
| HSL | 113.33º | 0.33% | 0.43% | - |
| HSV(B) | 113.33º | 0.5% | 0.57% | - |
| XYZ | 14.72 | 22.48 | 9.87 | - |
| YUV | 117.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 73 | 0.44 | 0 | 0.50 | 0.43 | 113.33 | 0.33 | 0.43 |
| Hex | 51 | 91 | 49 | 2C | 0 | 32 | 2B | 71 | 21 | 2B |
| Octal | 121 | 221 | 111 | 54 | 0 | 62 | 53 | 161 | 41 | 53 |
| Binary | 1010001 | 10010001 | 1001001 | 101100 | 0 | 110010 | 101011 | 1110001 | 100001 | 101011 |
Color Harmonies of #519149
Complementary color
Monochromatic Colors of #519149
Black with #519149
Text Example
Text Example
White with #519149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519149; }
p { color: rgb(81,145,73); }
H1.HeaderClassName
{
color: #519149;
}
.AnyTagClassName
{
color: #519149;
}
</style>
background-color css
<style>
a { background-color: #519149; }
a { background-color: rgb(81,145,73); }
div.DivClassName
{
background-color: #519149;
}
.BgClassName
{
background-color: #519149;
}
</style>
border-color css
<style>
span { border-color: #519149; }
span { border-color: rgb(81,145,73); }
td.TdClassName
{
border-color: #519149;
}
.TagClassName
{
border-color: #519149;
}
</style>