Shades of Hippie Green #53894D
Tints of Hippie Green #53894D
RGB
CMYK
RGB Variations
Color information
#53894D (or 0x53894D) is known color: Hippie Green. HEX triplet: 53, 89 and 4D. RGB value is (83,137,77). Sum of RGB (Red+Green+Blue) = 83+137+77=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #53894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53894D is #AC76B2. Grayscale: #727272. Windows color (decimal): -11302579 or 5081427. OLE color: 5081427.
HSL color Cylindrical-coordinate representation of color #53894D: hue angle of 114º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53894D is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 77 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.46 |
| HSL | 114º | 0.28% | 0.42% | - |
| HSV(B) | 114º | 0.44% | 0.54% | - |
| XYZ | 13.85 | 20.27 | 10.2 | - |
| YUV | 114.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 77 | 0.39 | 0 | 0.44 | 0.46 | 114 | 0.28 | 0.42 |
| Hex | 53 | 89 | 4D | 27 | 0 | 2C | 2E | 72 | 1C | 2A |
| Octal | 123 | 211 | 115 | 47 | 0 | 54 | 56 | 162 | 34 | 52 |
| Binary | 1010011 | 10001001 | 1001101 | 100111 | 0 | 101100 | 101110 | 1110010 | 11100 | 101010 |
Color Harmonies of #53894D
Complementary color
Monochromatic Colors of #53894D
Black with #53894D
Text Example
Text Example
White with #53894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53894D; }
p { color: rgb(83,137,77); }
H1.HeaderClassName
{
color: #53894D;
}
.AnyTagClassName
{
color: #53894D;
}
</style>
background-color css
<style>
a { background-color: #53894D; }
a { background-color: rgb(83,137,77); }
div.DivClassName
{
background-color: #53894D;
}
.BgClassName
{
background-color: #53894D;
}
</style>
border-color css
<style>
span { border-color: #53894D; }
span { border-color: rgb(83,137,77); }
td.TdClassName
{
border-color: #53894D;
}
.TagClassName
{
border-color: #53894D;
}
</style>