Shades of Hippie Green #528953
Tints of Hippie Green #528953
RGB
CMYK
RGB Variations
Color information
#528953 (or 0x528953) is known color: Hippie Green. HEX triplet: 52, 89 and 53. RGB value is (82,137,83). Sum of RGB (Red+Green+Blue) = 82+137+83=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #528953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528953 is #AD76AC. Grayscale: #727272. Windows color (decimal): -11368109 or 5474642. OLE color: 5474642.
HSL color Cylindrical-coordinate representation of color #528953: hue angle of 121.09º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528953 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 137 | 83 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.46 |
| HSL | 121.09º | 0.25% | 0.43% | - |
| HSV(B) | 121.09º | 0.4% | 0.54% | - |
| XYZ | 13.99 | 20.31 | 11.37 | - |
| YUV | 114.4 | 110.28 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 83 | 0.40 | 0 | 0.39 | 0.46 | 121.09 | 0.25 | 0.43 |
| Hex | 52 | 89 | 53 | 28 | 0 | 27 | 2E | 79 | 19 | 2B |
| Octal | 122 | 211 | 123 | 50 | 0 | 47 | 56 | 171 | 31 | 53 |
| Binary | 1010010 | 10001001 | 1010011 | 101000 | 0 | 100111 | 101110 | 1111001 | 11001 | 101011 |
Color Harmonies of #528953
Complementary color
Monochromatic Colors of #528953
Black with #528953
Text Example
Text Example
White with #528953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528953; }
p { color: rgb(82,137,83); }
H1.HeaderClassName
{
color: #528953;
}
.AnyTagClassName
{
color: #528953;
}
</style>
background-color css
<style>
a { background-color: #528953; }
a { background-color: rgb(82,137,83); }
div.DivClassName
{
background-color: #528953;
}
.BgClassName
{
background-color: #528953;
}
</style>
border-color css
<style>
span { border-color: #528953; }
span { border-color: rgb(82,137,83); }
td.TdClassName
{
border-color: #528953;
}
.TagClassName
{
border-color: #528953;
}
</style>