Shades of Hippie Green #528E53
Tints of Hippie Green #528E53
RGB
CMYK
RGB Variations
Color information
#528E53 (or 0x528E53) is known color: Hippie Green. HEX triplet: 52, 8E and 53. RGB value is (82,142,83). Sum of RGB (Red+Green+Blue) = 82+142+83=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #528E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E53 is #AD71AC. Grayscale: #757575. Windows color (decimal): -11366829 or 5475922. OLE color: 5475922.
HSL color Cylindrical-coordinate representation of color #528E53: hue angle of 121º 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 #528E53 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 83 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.44 |
| HSL | 121º | 0.27% | 0.44% | - |
| HSV(B) | 121º | 0.42% | 0.56% | - |
| XYZ | 14.71 | 21.76 | 11.61 | - |
| YUV | 117.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 83 | 0.42 | 0 | 0.42 | 0.44 | 121 | 0.27 | 0.44 |
| Hex | 52 | 8E | 53 | 2A | 0 | 2A | 2C | 79 | 1B | 2C |
| Octal | 122 | 216 | 123 | 52 | 0 | 52 | 54 | 171 | 33 | 54 |
| Binary | 1010010 | 10001110 | 1010011 | 101010 | 0 | 101010 | 101100 | 1111001 | 11011 | 101100 |
Color Harmonies of #528E53
Complementary color
Monochromatic Colors of #528E53
Black with #528E53
Text Example
Text Example
White with #528E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E53; }
p { color: rgb(82,142,83); }
H1.HeaderClassName
{
color: #528E53;
}
.AnyTagClassName
{
color: #528E53;
}
</style>
background-color css
<style>
a { background-color: #528E53; }
a { background-color: rgb(82,142,83); }
div.DivClassName
{
background-color: #528E53;
}
.BgClassName
{
background-color: #528E53;
}
</style>
border-color css
<style>
span { border-color: #528E53; }
span { border-color: rgb(82,142,83); }
td.TdClassName
{
border-color: #528E53;
}
.TagClassName
{
border-color: #528E53;
}
</style>