Shades of Hippie Green #52854D
Tints of Hippie Green #52854D
RGB
CMYK
RGB Variations
Color information
#52854D (or 0x52854D) is known color: Hippie Green. HEX triplet: 52, 85 and 4D. RGB value is (82,133,77). Sum of RGB (Red+Green+Blue) = 82+133+77=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #52854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52854D is #AD7AB2. Grayscale: #6F6F6F. Windows color (decimal): -11369139 or 5080402. OLE color: 5080402.
HSL color Cylindrical-coordinate representation of color #52854D: hue angle of 114.64º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52854D is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 133 | 77 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.48 |
| HSL | 114.64º | 0.27% | 0.41% | - |
| HSV(B) | 114.64º | 0.42% | 0.52% | - |
| XYZ | 13.21 | 19.1 | 10.01 | - |
| YUV | 111.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 77 | 0.38 | 0 | 0.42 | 0.48 | 114.64 | 0.27 | 0.41 |
| Hex | 52 | 85 | 4D | 26 | 0 | 2A | 30 | 73 | 1B | 29 |
| Octal | 122 | 205 | 115 | 46 | 0 | 52 | 60 | 163 | 33 | 51 |
| Binary | 1010010 | 10000101 | 1001101 | 100110 | 0 | 101010 | 110000 | 1110011 | 11011 | 101001 |
Color Harmonies of #52854D
Complementary color
Monochromatic Colors of #52854D
Black with #52854D
Text Example
Text Example
White with #52854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52854D; }
p { color: rgb(82,133,77); }
H1.HeaderClassName
{
color: #52854D;
}
.AnyTagClassName
{
color: #52854D;
}
</style>
background-color css
<style>
a { background-color: #52854D; }
a { background-color: rgb(82,133,77); }
div.DivClassName
{
background-color: #52854D;
}
.BgClassName
{
background-color: #52854D;
}
</style>
border-color css
<style>
span { border-color: #52854D; }
span { border-color: rgb(82,133,77); }
td.TdClassName
{
border-color: #52854D;
}
.TagClassName
{
border-color: #52854D;
}
</style>