Shades of Hippie Green #518B4D
Tints of Hippie Green #518B4D
RGB
CMYK
RGB Variations
Color information
#518B4D (or 0x518B4D) is known color: Hippie Green. HEX triplet: 51, 8B and 4D. RGB value is (81,139,77). Sum of RGB (Red+Green+Blue) = 81+139+77=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #518B4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B4D is #AE74B2. Grayscale: #727272. Windows color (decimal): -11433139 or 5081937. OLE color: 5081937.
HSL color Cylindrical-coordinate representation of color #518B4D: hue angle of 116.13º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #518B4D is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 139 | 77 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.45 |
| HSL | 116.13º | 0.29% | 0.42% | - |
| HSV(B) | 116.13º | 0.45% | 0.55% | - |
| XYZ | 13.97 | 20.75 | 10.29 | - |
| YUV | 114.59 | 106.78 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 77 | 0.42 | 0 | 0.45 | 0.45 | 116.13 | 0.29 | 0.42 |
| Hex | 51 | 8B | 4D | 2A | 0 | 2D | 2D | 74 | 1D | 2A |
| Octal | 121 | 213 | 115 | 52 | 0 | 55 | 55 | 164 | 35 | 52 |
| Binary | 1010001 | 10001011 | 1001101 | 101010 | 0 | 101101 | 101101 | 1110100 | 11101 | 101010 |
Color Harmonies of #518B4D
Complementary color
Monochromatic Colors of #518B4D
Black with #518B4D
Text Example
Text Example
White with #518B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B4D; }
p { color: rgb(81,139,77); }
H1.HeaderClassName
{
color: #518B4D;
}
.AnyTagClassName
{
color: #518B4D;
}
</style>
background-color css
<style>
a { background-color: #518B4D; }
a { background-color: rgb(81,139,77); }
div.DivClassName
{
background-color: #518B4D;
}
.BgClassName
{
background-color: #518B4D;
}
</style>
border-color css
<style>
span { border-color: #518B4D; }
span { border-color: rgb(81,139,77); }
td.TdClassName
{
border-color: #518B4D;
}
.TagClassName
{
border-color: #518B4D;
}
</style>