Shades of Hippie Green #528D56
Tints of Hippie Green #528D56
RGB
CMYK
RGB Variations
Color information
#528D56 (or 0x528D56) is known color: Hippie Green. HEX triplet: 52, 8D and 56. RGB value is (82,141,86). Sum of RGB (Red+Green+Blue) = 82+141+86=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #528D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D56 is #AD72A9. Grayscale: #757575. Windows color (decimal): -11367082 or 5672274. OLE color: 5672274.
HSL color Cylindrical-coordinate representation of color #528D56: hue angle of 124.07º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D56 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 86 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.45 |
| HSL | 124.07º | 0.26% | 0.44% | - |
| HSV(B) | 124.07º | 0.42% | 0.55% | - |
| XYZ | 14.68 | 21.52 | 12.18 | - |
| YUV | 117.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 86 | 0.42 | 0 | 0.39 | 0.45 | 124.07 | 0.26 | 0.44 |
| Hex | 52 | 8D | 56 | 2A | 0 | 27 | 2D | 7C | 1A | 2C |
| Octal | 122 | 215 | 126 | 52 | 0 | 47 | 55 | 174 | 32 | 54 |
| Binary | 1010010 | 10001101 | 1010110 | 101010 | 0 | 100111 | 101101 | 1111100 | 11010 | 101100 |
Color Harmonies of #528D56
Complementary color
Monochromatic Colors of #528D56
Black with #528D56
Text Example
Text Example
White with #528D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D56; }
p { color: rgb(82,141,86); }
H1.HeaderClassName
{
color: #528D56;
}
.AnyTagClassName
{
color: #528D56;
}
</style>
background-color css
<style>
a { background-color: #528D56; }
a { background-color: rgb(82,141,86); }
div.DivClassName
{
background-color: #528D56;
}
.BgClassName
{
background-color: #528D56;
}
</style>
border-color css
<style>
span { border-color: #528D56; }
span { border-color: rgb(82,141,86); }
td.TdClassName
{
border-color: #528D56;
}
.TagClassName
{
border-color: #528D56;
}
</style>