Shades of Hippie Green #52894C
Tints of Hippie Green #52894C
RGB
CMYK
RGB Variations
Color information
#52894C (or 0x52894C) is known color: Hippie Green. HEX triplet: 52, 89 and 4C. RGB value is (82,137,76). Sum of RGB (Red+Green+Blue) = 82+137+76=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #52894C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52894C is #AD76B3. Grayscale: #717171. Windows color (decimal): -11368116 or 5015890. OLE color: 5015890.
HSL color Cylindrical-coordinate representation of color #52894C: hue angle of 114.1º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52894C is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 137 | 76 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.46 |
| HSL | 114.1º | 0.29% | 0.42% | - |
| HSV(B) | 114.1º | 0.45% | 0.54% | - |
| XYZ | 13.73 | 20.21 | 10.01 | - |
| YUV | 113.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 76 | 0.40 | 0 | 0.45 | 0.46 | 114.1 | 0.29 | 0.42 |
| Hex | 52 | 89 | 4C | 28 | 0 | 2D | 2E | 72 | 1D | 2A |
| Octal | 122 | 211 | 114 | 50 | 0 | 55 | 56 | 162 | 35 | 52 |
| Binary | 1010010 | 10001001 | 1001100 | 101000 | 0 | 101101 | 101110 | 1110010 | 11101 | 101010 |
Color Harmonies of #52894C
Complementary color
Monochromatic Colors of #52894C
Black with #52894C
Text Example
Text Example
White with #52894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52894C; }
p { color: rgb(82,137,76); }
H1.HeaderClassName
{
color: #52894C;
}
.AnyTagClassName
{
color: #52894C;
}
</style>
background-color css
<style>
a { background-color: #52894C; }
a { background-color: rgb(82,137,76); }
div.DivClassName
{
background-color: #52894C;
}
.BgClassName
{
background-color: #52894C;
}
</style>
border-color css
<style>
span { border-color: #52894C; }
span { border-color: rgb(82,137,76); }
td.TdClassName
{
border-color: #52894C;
}
.TagClassName
{
border-color: #52894C;
}
</style>