Shades of Hippie Green #53884D
Tints of Hippie Green #53884D
RGB
CMYK
RGB Variations
Color information
#53884D (or 0x53884D) is known color: Hippie Green. HEX triplet: 53, 88 and 4D. RGB value is (83,136,77). Sum of RGB (Red+Green+Blue) = 83+136+77=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #53884D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53884D is #AC77B2. Grayscale: #717171. Windows color (decimal): -11302835 or 5081171. OLE color: 5081171.
HSL color Cylindrical-coordinate representation of color #53884D: hue angle of 113.9º 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 #53884D is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 77 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.47 |
| HSL | 113.9º | 0.28% | 0.42% | - |
| HSV(B) | 113.9º | 0.43% | 0.53% | - |
| XYZ | 13.71 | 19.98 | 10.16 | - |
| YUV | 113.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 77 | 0.39 | 0 | 0.43 | 0.47 | 113.9 | 0.28 | 0.42 |
| Hex | 53 | 88 | 4D | 27 | 0 | 2B | 2F | 72 | 1C | 2A |
| Octal | 123 | 210 | 115 | 47 | 0 | 53 | 57 | 162 | 34 | 52 |
| Binary | 1010011 | 10001000 | 1001101 | 100111 | 0 | 101011 | 101111 | 1110010 | 11100 | 101010 |
Color Harmonies of #53884D
Complementary color
Monochromatic Colors of #53884D
Black with #53884D
Text Example
Text Example
White with #53884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53884D; }
p { color: rgb(83,136,77); }
H1.HeaderClassName
{
color: #53884D;
}
.AnyTagClassName
{
color: #53884D;
}
</style>
background-color css
<style>
a { background-color: #53884D; }
a { background-color: rgb(83,136,77); }
div.DivClassName
{
background-color: #53884D;
}
.BgClassName
{
background-color: #53884D;
}
</style>
border-color css
<style>
span { border-color: #53884D; }
span { border-color: rgb(83,136,77); }
td.TdClassName
{
border-color: #53884D;
}
.TagClassName
{
border-color: #53884D;
}
</style>