Shades of Hippie Green #53874D
Tints of Hippie Green #53874D
RGB
CMYK
RGB Variations
Color information
#53874D (or 0x53874D) is known color: Hippie Green. HEX triplet: 53, 87 and 4D. RGB value is (83,135,77). Sum of RGB (Red+Green+Blue) = 83+135+77=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #53874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53874D is #AC78B2. Grayscale: #717171. Windows color (decimal): -11303091 or 5080915. OLE color: 5080915.
HSL color Cylindrical-coordinate representation of color #53874D: hue angle of 113.79º degrees, saturation: 0.27, 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 #53874D is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 135 | 77 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.47 |
| HSL | 113.79º | 0.27% | 0.42% | - |
| HSV(B) | 113.79º | 0.43% | 0.53% | - |
| XYZ | 13.57 | 19.7 | 10.11 | - |
| YUV | 112.84 | 107.77 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 135 | 77 | 0.39 | 0 | 0.43 | 0.47 | 113.79 | 0.27 | 0.42 |
| Hex | 53 | 87 | 4D | 27 | 0 | 2B | 2F | 72 | 1B | 2A |
| Octal | 123 | 207 | 115 | 47 | 0 | 53 | 57 | 162 | 33 | 52 |
| Binary | 1010011 | 10000111 | 1001101 | 100111 | 0 | 101011 | 101111 | 1110010 | 11011 | 101010 |
Color Harmonies of #53874D
Complementary color
Monochromatic Colors of #53874D
Black with #53874D
Text Example
Text Example
White with #53874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53874D; }
p { color: rgb(83,135,77); }
H1.HeaderClassName
{
color: #53874D;
}
.AnyTagClassName
{
color: #53874D;
}
</style>
background-color css
<style>
a { background-color: #53874D; }
a { background-color: rgb(83,135,77); }
div.DivClassName
{
background-color: #53874D;
}
.BgClassName
{
background-color: #53874D;
}
</style>
border-color css
<style>
span { border-color: #53874D; }
span { border-color: rgb(83,135,77); }
td.TdClassName
{
border-color: #53874D;
}
.TagClassName
{
border-color: #53874D;
}
</style>