Shades of Hippie Green #51884D
Tints of Hippie Green #51884D
RGB
CMYK
RGB Variations
Color information
#51884D (or 0x51884D) is known color: Hippie Green. HEX triplet: 51, 88 and 4D. RGB value is (81,136,77). Sum of RGB (Red+Green+Blue) = 81+136+77=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #51884D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51884D is #AE77B2. Grayscale: #717171. Windows color (decimal): -11433907 or 5081169. OLE color: 5081169.
HSL color Cylindrical-coordinate representation of color #51884D: hue angle of 115.93º degrees, saturation: 0.28, 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 #51884D is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 136 | 77 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.47 |
| HSL | 115.93º | 0.28% | 0.42% | - |
| HSV(B) | 115.93º | 0.43% | 0.53% | - |
| XYZ | 13.54 | 19.89 | 10.15 | - |
| YUV | 112.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 77 | 0.40 | 0 | 0.43 | 0.47 | 115.93 | 0.28 | 0.42 |
| Hex | 51 | 88 | 4D | 28 | 0 | 2B | 2F | 74 | 1C | 2A |
| Octal | 121 | 210 | 115 | 50 | 0 | 53 | 57 | 164 | 34 | 52 |
| Binary | 1010001 | 10001000 | 1001101 | 101000 | 0 | 101011 | 101111 | 1110100 | 11100 | 101010 |
Color Harmonies of #51884D
Complementary color
Monochromatic Colors of #51884D
Black with #51884D
Text Example
Text Example
White with #51884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51884D; }
p { color: rgb(81,136,77); }
H1.HeaderClassName
{
color: #51884D;
}
.AnyTagClassName
{
color: #51884D;
}
</style>
background-color css
<style>
a { background-color: #51884D; }
a { background-color: rgb(81,136,77); }
div.DivClassName
{
background-color: #51884D;
}
.BgClassName
{
background-color: #51884D;
}
</style>
border-color css
<style>
span { border-color: #51884D; }
span { border-color: rgb(81,136,77); }
td.TdClassName
{
border-color: #51884D;
}
.TagClassName
{
border-color: #51884D;
}
</style>