Shades of Hippie Green #53914D
Tints of Hippie Green #53914D
RGB
CMYK
RGB Variations
Color information
#53914D (or 0x53914D) is known color: Hippie Green. HEX triplet: 53, 91 and 4D. RGB value is (83,145,77). Sum of RGB (Red+Green+Blue) = 83+145+77=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #53914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53914D is #AC6EB2. Grayscale: #767676. Windows color (decimal): -11300531 or 5083475. OLE color: 5083475.
HSL color Cylindrical-coordinate representation of color #53914D: hue angle of 114.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53914D is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 145 | 77 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.43 |
| HSL | 114.71º | 0.31% | 0.44% | - |
| HSV(B) | 114.71º | 0.47% | 0.57% | - |
| XYZ | 15.03 | 22.63 | 10.6 | - |
| YUV | 118.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 145 | 77 | 0.43 | 0 | 0.47 | 0.43 | 114.71 | 0.31 | 0.44 |
| Hex | 53 | 91 | 4D | 2B | 0 | 2F | 2B | 73 | 1F | 2C |
| Octal | 123 | 221 | 115 | 53 | 0 | 57 | 53 | 163 | 37 | 54 |
| Binary | 1010011 | 10010001 | 1001101 | 101011 | 0 | 101111 | 101011 | 1110011 | 11111 | 101100 |
Color Harmonies of #53914D
Complementary color
Monochromatic Colors of #53914D
Black with #53914D
Text Example
Text Example
White with #53914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53914D; }
p { color: rgb(83,145,77); }
H1.HeaderClassName
{
color: #53914D;
}
.AnyTagClassName
{
color: #53914D;
}
</style>
background-color css
<style>
a { background-color: #53914D; }
a { background-color: rgb(83,145,77); }
div.DivClassName
{
background-color: #53914D;
}
.BgClassName
{
background-color: #53914D;
}
</style>
border-color css
<style>
span { border-color: #53914D; }
span { border-color: rgb(83,145,77); }
td.TdClassName
{
border-color: #53914D;
}
.TagClassName
{
border-color: #53914D;
}
</style>