Shades of Green Leaf #507013
Tints of Green Leaf #507013
RGB
CMYK
RGB Variations
Color information
#507013 (or 0x507013) is known color: Green Leaf. HEX triplet: 50, 70 and 13. RGB value is (80,112,19). Sum of RGB (Red+Green+Blue) = 80+112+19=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #507013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507013 is #AF8FEC. Grayscale: #5C5C5C. Windows color (decimal): -11505645 or 1273936. OLE color: 1273936.
HSL color Cylindrical-coordinate representation of color #507013: hue angle of 80.65º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #507013 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 19 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.56 |
| HSL | 80.65º | 0.71% | 0.26% | - |
| HSV(B) | 80.65º | 0.83% | 0.44% | - |
| XYZ | 9.22 | 13.34 | 2.71 | - |
| YUV | 91.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 19 | 0.29 | 0 | 0.83 | 0.56 | 80.65 | 0.71 | 0.26 |
| Hex | 50 | 70 | 13 | 1D | 0 | 53 | 38 | 51 | 47 | 1A |
| Octal | 120 | 160 | 23 | 35 | 0 | 123 | 70 | 121 | 107 | 32 |
| Binary | 1010000 | 1110000 | 10011 | 11101 | 0 | 1010011 | 111000 | 1010001 | 1000111 | 11010 |
Color Harmonies of #507013
Complementary color
Monochromatic Colors of #507013
Black with #507013
Text Example
Text Example
White with #507013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507013; }
p { color: rgb(80,112,19); }
H1.HeaderClassName
{
color: #507013;
}
.AnyTagClassName
{
color: #507013;
}
</style>
background-color css
<style>
a { background-color: #507013; }
a { background-color: rgb(80,112,19); }
div.DivClassName
{
background-color: #507013;
}
.BgClassName
{
background-color: #507013;
}
</style>
border-color css
<style>
span { border-color: #507013; }
span { border-color: rgb(80,112,19); }
td.TdClassName
{
border-color: #507013;
}
.TagClassName
{
border-color: #507013;
}
</style>