Shades of Hippie Green #518C4C
Tints of Hippie Green #518C4C
RGB
CMYK
RGB Variations
Color information
#518C4C (or 0x518C4C) is known color: Hippie Green. HEX triplet: 51, 8C and 4C. RGB value is (81,140,76). Sum of RGB (Red+Green+Blue) = 81+140+76=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #518C4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518C4C is #AE73B3. Grayscale: #737373. Windows color (decimal): -11432884 or 5016657. OLE color: 5016657.
HSL color Cylindrical-coordinate representation of color #518C4C: hue angle of 115.31º 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 #518C4C is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 140 | 76 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.45 |
| HSL | 115.31º | 0.3% | 0.42% | - |
| HSV(B) | 115.31º | 0.46% | 0.55% | - |
| XYZ | 14.08 | 21.03 | 10.15 | - |
| YUV | 115.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 76 | 0.42 | 0 | 0.46 | 0.45 | 115.31 | 0.3 | 0.42 |
| Hex | 51 | 8C | 4C | 2A | 0 | 2E | 2D | 73 | 1E | 2A |
| Octal | 121 | 214 | 114 | 52 | 0 | 56 | 55 | 163 | 36 | 52 |
| Binary | 1010001 | 10001100 | 1001100 | 101010 | 0 | 101110 | 101101 | 1110011 | 11110 | 101010 |
Color Harmonies of #518C4C
Complementary color
Monochromatic Colors of #518C4C
Black with #518C4C
Text Example
Text Example
White with #518C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518C4C; }
p { color: rgb(81,140,76); }
H1.HeaderClassName
{
color: #518C4C;
}
.AnyTagClassName
{
color: #518C4C;
}
</style>
background-color css
<style>
a { background-color: #518C4C; }
a { background-color: rgb(81,140,76); }
div.DivClassName
{
background-color: #518C4C;
}
.BgClassName
{
background-color: #518C4C;
}
</style>
border-color css
<style>
span { border-color: #518C4C; }
span { border-color: rgb(81,140,76); }
td.TdClassName
{
border-color: #518C4C;
}
.TagClassName
{
border-color: #518C4C;
}
</style>