Shades of Hippie Green #528E48
Tints of Hippie Green #528E48
RGB
CMYK
RGB Variations
Color information
#528E48 (or 0x528E48) is known color: Hippie Green. HEX triplet: 52, 8E and 48. RGB value is (82,142,72). Sum of RGB (Red+Green+Blue) = 82+142+72=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #528E48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528E48 is #AD71B7. Grayscale: #747474. Windows color (decimal): -11366840 or 4755026. OLE color: 4755026.
HSL color Cylindrical-coordinate representation of color #528E48: hue angle of 111.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #528E48 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 72 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.44 |
| HSL | 111.43º | 0.33% | 0.42% | - |
| HSV(B) | 111.43º | 0.49% | 0.56% | - |
| XYZ | 14.32 | 21.61 | 9.55 | - |
| YUV | 116.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 72 | 0.42 | 0 | 0.49 | 0.44 | 111.43 | 0.33 | 0.42 |
| Hex | 52 | 8E | 48 | 2A | 0 | 31 | 2C | 6F | 21 | 2A |
| Octal | 122 | 216 | 110 | 52 | 0 | 61 | 54 | 157 | 41 | 52 |
| Binary | 1010010 | 10001110 | 1001000 | 101010 | 0 | 110001 | 101100 | 1101111 | 100001 | 101010 |
Color Harmonies of #528E48
Complementary color
Monochromatic Colors of #528E48
Black with #528E48
Text Example
Text Example
White with #528E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E48; }
p { color: rgb(82,142,72); }
H1.HeaderClassName
{
color: #528E48;
}
.AnyTagClassName
{
color: #528E48;
}
</style>
background-color css
<style>
a { background-color: #528E48; }
a { background-color: rgb(82,142,72); }
div.DivClassName
{
background-color: #528E48;
}
.BgClassName
{
background-color: #528E48;
}
</style>
border-color css
<style>
span { border-color: #528E48; }
span { border-color: rgb(82,142,72); }
td.TdClassName
{
border-color: #528E48;
}
.TagClassName
{
border-color: #528E48;
}
</style>