Shades of Hippie Green #518B4B
Tints of Hippie Green #518B4B
RGB
CMYK
RGB Variations
Color information
#518B4B (or 0x518B4B) is known color: Hippie Green. HEX triplet: 51, 8B and 4B. RGB value is (81,139,75). Sum of RGB (Red+Green+Blue) = 81+139+75=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #518B4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518B4B is #AE74B4. Grayscale: #727272. Windows color (decimal): -11433141 or 4950865. OLE color: 4950865.
HSL color Cylindrical-coordinate representation of color #518B4B: hue angle of 114.38º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518B4B is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 139 | 75 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.45 |
| HSL | 114.38º | 0.3% | 0.42% | - |
| HSV(B) | 114.38º | 0.46% | 0.55% | - |
| XYZ | 13.9 | 20.72 | 9.92 | - |
| YUV | 114.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 75 | 0.42 | 0 | 0.46 | 0.45 | 114.38 | 0.3 | 0.42 |
| Hex | 51 | 8B | 4B | 2A | 0 | 2E | 2D | 72 | 1E | 2A |
| Octal | 121 | 213 | 113 | 52 | 0 | 56 | 55 | 162 | 36 | 52 |
| Binary | 1010001 | 10001011 | 1001011 | 101010 | 0 | 101110 | 101101 | 1110010 | 11110 | 101010 |
Color Harmonies of #518B4B
Complementary color
Monochromatic Colors of #518B4B
Black with #518B4B
Text Example
Text Example
White with #518B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B4B; }
p { color: rgb(81,139,75); }
H1.HeaderClassName
{
color: #518B4B;
}
.AnyTagClassName
{
color: #518B4B;
}
</style>
background-color css
<style>
a { background-color: #518B4B; }
a { background-color: rgb(81,139,75); }
div.DivClassName
{
background-color: #518B4B;
}
.BgClassName
{
background-color: #518B4B;
}
</style>
border-color css
<style>
span { border-color: #518B4B; }
span { border-color: rgb(81,139,75); }
td.TdClassName
{
border-color: #518B4B;
}
.TagClassName
{
border-color: #518B4B;
}
</style>