Shades of Hippie Green #529051
Tints of Hippie Green #529051
RGB
CMYK
RGB Variations
Color information
#529051 (or 0x529051) is known color: Hippie Green. HEX triplet: 52, 90 and 51. RGB value is (82,144,81). Sum of RGB (Red+Green+Blue) = 82+144+81=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #529051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529051 is #AD6FAE. Grayscale: #767676. Windows color (decimal): -11366319 or 5345362. OLE color: 5345362.
HSL color Cylindrical-coordinate representation of color #529051: hue angle of 119.05º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529051 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 81 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.44 |
| HSL | 119.05º | 0.28% | 0.44% | - |
| HSV(B) | 119.05º | 0.44% | 0.56% | - |
| XYZ | 14.94 | 22.33 | 11.31 | - |
| YUV | 118.28 | 106.96 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 81 | 0.43 | 0 | 0.44 | 0.44 | 119.05 | 0.28 | 0.44 |
| Hex | 52 | 90 | 51 | 2B | 0 | 2C | 2C | 77 | 1C | 2C |
| Octal | 122 | 220 | 121 | 53 | 0 | 54 | 54 | 167 | 34 | 54 |
| Binary | 1010010 | 10010000 | 1010001 | 101011 | 0 | 101100 | 101100 | 1110111 | 11100 | 101100 |
Color Harmonies of #529051
Complementary color
Monochromatic Colors of #529051
Black with #529051
Text Example
Text Example
White with #529051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529051; }
p { color: rgb(82,144,81); }
H1.HeaderClassName
{
color: #529051;
}
.AnyTagClassName
{
color: #529051;
}
</style>
background-color css
<style>
a { background-color: #529051; }
a { background-color: rgb(82,144,81); }
div.DivClassName
{
background-color: #529051;
}
.BgClassName
{
background-color: #529051;
}
</style>
border-color css
<style>
span { border-color: #529051; }
span { border-color: rgb(82,144,81); }
td.TdClassName
{
border-color: #529051;
}
.TagClassName
{
border-color: #529051;
}
</style>