Shades of Hippie Green #53884B
Tints of Hippie Green #53884B
RGB
CMYK
RGB Variations
Color information
#53884B (or 0x53884B) is known color: Hippie Green. HEX triplet: 53, 88 and 4B. RGB value is (83,136,75). Sum of RGB (Red+Green+Blue) = 83+136+75=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #53884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53884B is #AC77B4. Grayscale: #717171. Windows color (decimal): -11302837 or 4950099. OLE color: 4950099.
HSL color Cylindrical-coordinate representation of color #53884B: hue angle of 112.13º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53884B is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 75 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.47 |
| HSL | 112.13º | 0.29% | 0.41% | - |
| HSV(B) | 112.13º | 0.45% | 0.53% | - |
| XYZ | 13.64 | 19.96 | 9.79 | - |
| YUV | 113.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 75 | 0.39 | 0 | 0.45 | 0.47 | 112.13 | 0.29 | 0.41 |
| Hex | 53 | 88 | 4B | 27 | 0 | 2D | 2F | 70 | 1D | 29 |
| Octal | 123 | 210 | 113 | 47 | 0 | 55 | 57 | 160 | 35 | 51 |
| Binary | 1010011 | 10001000 | 1001011 | 100111 | 0 | 101101 | 101111 | 1110000 | 11101 | 101001 |
Color Harmonies of #53884B
Complementary color
Monochromatic Colors of #53884B
Black with #53884B
Text Example
Text Example
White with #53884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53884B; }
p { color: rgb(83,136,75); }
H1.HeaderClassName
{
color: #53884B;
}
.AnyTagClassName
{
color: #53884B;
}
</style>
background-color css
<style>
a { background-color: #53884B; }
a { background-color: rgb(83,136,75); }
div.DivClassName
{
background-color: #53884B;
}
.BgClassName
{
background-color: #53884B;
}
</style>
border-color css
<style>
span { border-color: #53884B; }
span { border-color: rgb(83,136,75); }
td.TdClassName
{
border-color: #53884B;
}
.TagClassName
{
border-color: #53884B;
}
</style>