Shades of Hippie Green #528E56
Tints of Hippie Green #528E56
RGB
CMYK
RGB Variations
Color information
#528E56 (or 0x528E56) is known color: Hippie Green. HEX triplet: 52, 8E and 56. RGB value is (82,142,86). Sum of RGB (Red+Green+Blue) = 82+142+86=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #528E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E56 is #AD71A9. Grayscale: #757575. Windows color (decimal): -11366826 or 5672530. OLE color: 5672530.
HSL color Cylindrical-coordinate representation of color #528E56: hue angle of 124º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E56 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 86 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.44 |
| HSL | 124º | 0.27% | 0.44% | - |
| HSV(B) | 124º | 0.42% | 0.56% | - |
| XYZ | 14.83 | 21.81 | 12.23 | - |
| YUV | 117.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 86 | 0.42 | 0 | 0.39 | 0.44 | 124 | 0.27 | 0.44 |
| Hex | 52 | 8E | 56 | 2A | 0 | 27 | 2C | 7C | 1B | 2C |
| Octal | 122 | 216 | 126 | 52 | 0 | 47 | 54 | 174 | 33 | 54 |
| Binary | 1010010 | 10001110 | 1010110 | 101010 | 0 | 100111 | 101100 | 1111100 | 11011 | 101100 |
Color Harmonies of #528E56
Complementary color
Monochromatic Colors of #528E56
Black with #528E56
Text Example
Text Example
White with #528E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E56; }
p { color: rgb(82,142,86); }
H1.HeaderClassName
{
color: #528E56;
}
.AnyTagClassName
{
color: #528E56;
}
</style>
background-color css
<style>
a { background-color: #528E56; }
a { background-color: rgb(82,142,86); }
div.DivClassName
{
background-color: #528E56;
}
.BgClassName
{
background-color: #528E56;
}
</style>
border-color css
<style>
span { border-color: #528E56; }
span { border-color: rgb(82,142,86); }
td.TdClassName
{
border-color: #528E56;
}
.TagClassName
{
border-color: #528E56;
}
</style>