Shades of Hippie Green #52884D
Tints of Hippie Green #52884D
RGB
CMYK
RGB Variations
Color information
#52884D (or 0x52884D) is known color: Hippie Green. HEX triplet: 52, 88 and 4D. RGB value is (82,136,77). Sum of RGB (Red+Green+Blue) = 82+136+77=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #52884D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52884D is #AD77B2. Grayscale: #717171. Windows color (decimal): -11368371 or 5081170. OLE color: 5081170.
HSL color Cylindrical-coordinate representation of color #52884D: hue angle of 114.92º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52884D is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 77 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.47 |
| HSL | 114.92º | 0.28% | 0.42% | - |
| HSV(B) | 114.92º | 0.43% | 0.53% | - |
| XYZ | 13.62 | 19.94 | 10.15 | - |
| YUV | 113.13 | 107.61 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 77 | 0.40 | 0 | 0.43 | 0.47 | 114.92 | 0.28 | 0.42 |
| Hex | 52 | 88 | 4D | 28 | 0 | 2B | 2F | 73 | 1C | 2A |
| Octal | 122 | 210 | 115 | 50 | 0 | 53 | 57 | 163 | 34 | 52 |
| Binary | 1010010 | 10001000 | 1001101 | 101000 | 0 | 101011 | 101111 | 1110011 | 11100 | 101010 |
Color Harmonies of #52884D
Complementary color
Monochromatic Colors of #52884D
Black with #52884D
Text Example
Text Example
White with #52884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52884D; }
p { color: rgb(82,136,77); }
H1.HeaderClassName
{
color: #52884D;
}
.AnyTagClassName
{
color: #52884D;
}
</style>
background-color css
<style>
a { background-color: #52884D; }
a { background-color: rgb(82,136,77); }
div.DivClassName
{
background-color: #52884D;
}
.BgClassName
{
background-color: #52884D;
}
</style>
border-color css
<style>
span { border-color: #52884D; }
span { border-color: rgb(82,136,77); }
td.TdClassName
{
border-color: #52884D;
}
.TagClassName
{
border-color: #52884D;
}
</style>