Shades of Hippie Green #518952
Tints of Hippie Green #518952
RGB
CMYK
RGB Variations
Color information
#518952 (or 0x518952) is known color: Hippie Green. HEX triplet: 51, 89 and 52. RGB value is (81,137,82). Sum of RGB (Red+Green+Blue) = 81+137+82=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #518952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518952 is #AE76AD. Grayscale: #727272. Windows color (decimal): -11433646 or 5409105. OLE color: 5409105.
HSL color Cylindrical-coordinate representation of color #518952: hue angle of 121.07º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518952 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 137 | 82 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.46 |
| HSL | 121.07º | 0.26% | 0.43% | - |
| HSV(B) | 121.07º | 0.41% | 0.54% | - |
| XYZ | 13.86 | 20.25 | 11.16 | - |
| YUV | 113.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 82 | 0.41 | 0 | 0.40 | 0.46 | 121.07 | 0.26 | 0.43 |
| Hex | 51 | 89 | 52 | 29 | 0 | 28 | 2E | 79 | 1A | 2B |
| Octal | 121 | 211 | 122 | 51 | 0 | 50 | 56 | 171 | 32 | 53 |
| Binary | 1010001 | 10001001 | 1010010 | 101001 | 0 | 101000 | 101110 | 1111001 | 11010 | 101011 |
Color Harmonies of #518952
Complementary color
Monochromatic Colors of #518952
Black with #518952
Text Example
Text Example
White with #518952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518952; }
p { color: rgb(81,137,82); }
H1.HeaderClassName
{
color: #518952;
}
.AnyTagClassName
{
color: #518952;
}
</style>
background-color css
<style>
a { background-color: #518952; }
a { background-color: rgb(81,137,82); }
div.DivClassName
{
background-color: #518952;
}
.BgClassName
{
background-color: #518952;
}
</style>
border-color css
<style>
span { border-color: #518952; }
span { border-color: rgb(81,137,82); }
td.TdClassName
{
border-color: #518952;
}
.TagClassName
{
border-color: #518952;
}
</style>