Shades of Hippie Green #529346
Tints of Hippie Green #529346
RGB
CMYK
RGB Variations
Color information
#529346 (or 0x529346) is known color: Hippie Green. HEX triplet: 52, 93 and 46. RGB value is (82,147,70). Sum of RGB (Red+Green+Blue) = 82+147+70=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #529346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529346 is #AD6CB9. Grayscale: #777777. Windows color (decimal): -11365562 or 4625234. OLE color: 4625234.
HSL color Cylindrical-coordinate representation of color #529346: hue angle of 110.65º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #529346 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 70 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.42 |
| HSL | 110.65º | 0.35% | 0.43% | - |
| HSV(B) | 110.65º | 0.52% | 0.58% | - |
| XYZ | 15.02 | 23.1 | 9.46 | - |
| YUV | 118.79 | 100.47 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 70 | 0.44 | 0 | 0.52 | 0.42 | 110.65 | 0.35 | 0.43 |
| Hex | 52 | 93 | 46 | 2C | 0 | 34 | 2A | 6F | 23 | 2B |
| Octal | 122 | 223 | 106 | 54 | 0 | 64 | 52 | 157 | 43 | 53 |
| Binary | 1010010 | 10010011 | 1000110 | 101100 | 0 | 110100 | 101010 | 1101111 | 100011 | 101011 |
Color Harmonies of #529346
Complementary color
Monochromatic Colors of #529346
Black with #529346
Text Example
Text Example
White with #529346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529346; }
p { color: rgb(82,147,70); }
H1.HeaderClassName
{
color: #529346;
}
.AnyTagClassName
{
color: #529346;
}
</style>
background-color css
<style>
a { background-color: #529346; }
a { background-color: rgb(82,147,70); }
div.DivClassName
{
background-color: #529346;
}
.BgClassName
{
background-color: #529346;
}
</style>
border-color css
<style>
span { border-color: #529346; }
span { border-color: rgb(82,147,70); }
td.TdClassName
{
border-color: #529346;
}
.TagClassName
{
border-color: #529346;
}
</style>