Shades of Hippie Green #518C54
Tints of Hippie Green #518C54
RGB
CMYK
RGB Variations
Color information
#518C54 (or 0x518C54) is known color: Hippie Green. HEX triplet: 51, 8C and 54. RGB value is (81,140,84). Sum of RGB (Red+Green+Blue) = 81+140+84=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #518C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518C54 is #AE73AB. Grayscale: #747474. Windows color (decimal): -11432876 or 5540945. OLE color: 5540945.
HSL color Cylindrical-coordinate representation of color #518C54: hue angle of 123.05º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518C54 is Cyan = 0.42, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 140 | 84 | - |
| CMYK | 0.42 | 0 | 0.4 | 0.45 |
| HSL | 123.05º | 0.27% | 0.43% | - |
| HSV(B) | 123.05º | 0.42% | 0.55% | - |
| XYZ | 14.37 | 21.15 | 11.71 | - |
| YUV | 115.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 84 | 0.42 | 0 | 0.4 | 0.45 | 123.05 | 0.27 | 0.43 |
| Hex | 51 | 8C | 54 | 2A | 0 | 28 | 2D | 7B | 1B | 2B |
| Octal | 121 | 214 | 124 | 52 | 0 | 50 | 55 | 173 | 33 | 53 |
| Binary | 1010001 | 10001100 | 1010100 | 101010 | 0 | 101000 | 101101 | 1111011 | 11011 | 101011 |
Color Harmonies of #518C54
Complementary color
Monochromatic Colors of #518C54
Black with #518C54
Text Example
Text Example
White with #518C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518C54; }
p { color: rgb(81,140,84); }
H1.HeaderClassName
{
color: #518C54;
}
.AnyTagClassName
{
color: #518C54;
}
</style>
background-color css
<style>
a { background-color: #518C54; }
a { background-color: rgb(81,140,84); }
div.DivClassName
{
background-color: #518C54;
}
.BgClassName
{
background-color: #518C54;
}
</style>
border-color css
<style>
span { border-color: #518C54; }
span { border-color: rgb(81,140,84); }
td.TdClassName
{
border-color: #518C54;
}
.TagClassName
{
border-color: #518C54;
}
</style>