Shades of Hippie Green #53864E
Tints of Hippie Green #53864E
RGB
CMYK
RGB Variations
Color information
#53864E (or 0x53864E) is known color: Hippie Green. HEX triplet: 53, 86 and 4E. RGB value is (83,134,78). Sum of RGB (Red+Green+Blue) = 83+134+78=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #53864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53864E is #AC79B1. Grayscale: #707070. Windows color (decimal): -11303346 or 5146195. OLE color: 5146195.
HSL color Cylindrical-coordinate representation of color #53864E: hue angle of 114.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53864E is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 134 | 78 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.47 |
| HSL | 114.64º | 0.26% | 0.42% | - |
| HSV(B) | 114.64º | 0.42% | 0.53% | - |
| XYZ | 13.47 | 19.44 | 10.25 | - |
| YUV | 112.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 78 | 0.38 | 0 | 0.42 | 0.47 | 114.64 | 0.26 | 0.42 |
| Hex | 53 | 86 | 4E | 26 | 0 | 2A | 2F | 73 | 1A | 2A |
| Octal | 123 | 206 | 116 | 46 | 0 | 52 | 57 | 163 | 32 | 52 |
| Binary | 1010011 | 10000110 | 1001110 | 100110 | 0 | 101010 | 101111 | 1110011 | 11010 | 101010 |
Color Harmonies of #53864E
Complementary color
Monochromatic Colors of #53864E
Black with #53864E
Text Example
Text Example
White with #53864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53864E; }
p { color: rgb(83,134,78); }
H1.HeaderClassName
{
color: #53864E;
}
.AnyTagClassName
{
color: #53864E;
}
</style>
background-color css
<style>
a { background-color: #53864E; }
a { background-color: rgb(83,134,78); }
div.DivClassName
{
background-color: #53864E;
}
.BgClassName
{
background-color: #53864E;
}
</style>
border-color css
<style>
span { border-color: #53864E; }
span { border-color: rgb(83,134,78); }
td.TdClassName
{
border-color: #53864E;
}
.TagClassName
{
border-color: #53864E;
}
</style>