Shades of Green Leaf #507016
Tints of Green Leaf #507016
RGB
CMYK
RGB Variations
Color information
#507016 (or 0x507016) is known color: Green Leaf. HEX triplet: 50, 70 and 16. RGB value is (80,112,22). Sum of RGB (Red+Green+Blue) = 80+112+22=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #507016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507016 is #AF8FE9. Grayscale: #5C5C5C. Windows color (decimal): -11505642 or 1470544. OLE color: 1470544.
HSL color Cylindrical-coordinate representation of color #507016: hue angle of 81.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #507016 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 22 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.56 |
| HSL | 81.33º | 0.67% | 0.26% | - |
| HSV(B) | 81.33º | 0.8% | 0.44% | - |
| XYZ | 9.25 | 13.35 | 2.85 | - |
| YUV | 92.17 | 88.4 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 22 | 0.29 | 0 | 0.80 | 0.56 | 81.33 | 0.67 | 0.26 |
| Hex | 50 | 70 | 16 | 1D | 0 | 50 | 38 | 51 | 43 | 1A |
| Octal | 120 | 160 | 26 | 35 | 0 | 120 | 70 | 121 | 103 | 32 |
| Binary | 1010000 | 1110000 | 10110 | 11101 | 0 | 1010000 | 111000 | 1010001 | 1000011 | 11010 |
Color Harmonies of #507016
Complementary color
Monochromatic Colors of #507016
Black with #507016
Text Example
Text Example
White with #507016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507016; }
p { color: rgb(80,112,22); }
H1.HeaderClassName
{
color: #507016;
}
.AnyTagClassName
{
color: #507016;
}
</style>
background-color css
<style>
a { background-color: #507016; }
a { background-color: rgb(80,112,22); }
div.DivClassName
{
background-color: #507016;
}
.BgClassName
{
background-color: #507016;
}
</style>
border-color css
<style>
span { border-color: #507016; }
span { border-color: rgb(80,112,22); }
td.TdClassName
{
border-color: #507016;
}
.TagClassName
{
border-color: #507016;
}
</style>