Shades of Hippie Green #528E50
Tints of Hippie Green #528E50
RGB
CMYK
RGB Variations
Color information
#528E50 (or 0x528E50) is known color: Hippie Green. HEX triplet: 52, 8E and 50. RGB value is (82,142,80). Sum of RGB (Red+Green+Blue) = 82+142+80=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #528E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E50 is #AD71AF. Grayscale: #757575. Windows color (decimal): -11366832 or 5279314. OLE color: 5279314.
HSL color Cylindrical-coordinate representation of color #528E50: hue angle of 118.06º 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 #528E50 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 80 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.44 |
| HSL | 118.06º | 0.28% | 0.44% | - |
| HSV(B) | 118.06º | 0.44% | 0.56% | - |
| XYZ | 14.6 | 21.72 | 11.01 | - |
| YUV | 116.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 80 | 0.42 | 0 | 0.44 | 0.44 | 118.06 | 0.28 | 0.44 |
| Hex | 52 | 8E | 50 | 2A | 0 | 2C | 2C | 76 | 1C | 2C |
| Octal | 122 | 216 | 120 | 52 | 0 | 54 | 54 | 166 | 34 | 54 |
| Binary | 1010010 | 10001110 | 1010000 | 101010 | 0 | 101100 | 101100 | 1110110 | 11100 | 101100 |
Color Harmonies of #528E50
Complementary color
Monochromatic Colors of #528E50
Black with #528E50
Text Example
Text Example
White with #528E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E50; }
p { color: rgb(82,142,80); }
H1.HeaderClassName
{
color: #528E50;
}
.AnyTagClassName
{
color: #528E50;
}
</style>
background-color css
<style>
a { background-color: #528E50; }
a { background-color: rgb(82,142,80); }
div.DivClassName
{
background-color: #528E50;
}
.BgClassName
{
background-color: #528E50;
}
</style>
border-color css
<style>
span { border-color: #528E50; }
span { border-color: rgb(82,142,80); }
td.TdClassName
{
border-color: #528E50;
}
.TagClassName
{
border-color: #528E50;
}
</style>