Shades of Hippie Green #52884C
Tints of Hippie Green #52884C
RGB
CMYK
RGB Variations
Color information
#52884C (or 0x52884C) is known color: Hippie Green. HEX triplet: 52, 88 and 4C. RGB value is (82,136,76). Sum of RGB (Red+Green+Blue) = 82+136+76=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #52884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52884C is #AD77B3. Grayscale: #717171. Windows color (decimal): -11368372 or 5015634. OLE color: 5015634.
HSL color Cylindrical-coordinate representation of color #52884C: hue angle of 114º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52884C is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 76 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.47 |
| HSL | 114º | 0.28% | 0.42% | - |
| HSV(B) | 114º | 0.44% | 0.53% | - |
| XYZ | 13.59 | 19.92 | 9.97 | - |
| YUV | 113.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 76 | 0.40 | 0 | 0.44 | 0.47 | 114 | 0.28 | 0.42 |
| Hex | 52 | 88 | 4C | 28 | 0 | 2C | 2F | 72 | 1C | 2A |
| Octal | 122 | 210 | 114 | 50 | 0 | 54 | 57 | 162 | 34 | 52 |
| Binary | 1010010 | 10001000 | 1001100 | 101000 | 0 | 101100 | 101111 | 1110010 | 11100 | 101010 |
Color Harmonies of #52884C
Complementary color
Monochromatic Colors of #52884C
Black with #52884C
Text Example
Text Example
White with #52884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52884C; }
p { color: rgb(82,136,76); }
H1.HeaderClassName
{
color: #52884C;
}
.AnyTagClassName
{
color: #52884C;
}
</style>
background-color css
<style>
a { background-color: #52884C; }
a { background-color: rgb(82,136,76); }
div.DivClassName
{
background-color: #52884C;
}
.BgClassName
{
background-color: #52884C;
}
</style>
border-color css
<style>
span { border-color: #52884C; }
span { border-color: rgb(82,136,76); }
td.TdClassName
{
border-color: #52884C;
}
.TagClassName
{
border-color: #52884C;
}
</style>