Shades of Green Leaf #50712A
Tints of Green Leaf #50712A
RGB
CMYK
RGB Variations
Color information
#50712A (or 0x50712A) is known color: Green Leaf. HEX triplet: 50, 71 and 2A. RGB value is (80,113,42). Sum of RGB (Red+Green+Blue) = 80+113+42=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #50712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50712A is #AF8ED5. Grayscale: #5F5F5F. Windows color (decimal): -11505366 or 2781520. OLE color: 2781520.
HSL color Cylindrical-coordinate representation of color #50712A: hue angle of 87.89º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50712A is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 42 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.56 |
| HSL | 87.89º | 0.46% | 0.3% | - |
| HSV(B) | 87.89º | 0.63% | 0.44% | - |
| XYZ | 9.63 | 13.68 | 4.32 | - |
| YUV | 95.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 42 | 0.29 | 0 | 0.63 | 0.56 | 87.89 | 0.46 | 0.3 |
| Hex | 50 | 71 | 2A | 1D | 0 | 3F | 38 | 58 | 2E | 1E |
| Octal | 120 | 161 | 52 | 35 | 0 | 77 | 70 | 130 | 56 | 36 |
| Binary | 1010000 | 1110001 | 101010 | 11101 | 0 | 111111 | 111000 | 1011000 | 101110 | 11110 |
Color Harmonies of #50712A
Complementary color
Monochromatic Colors of #50712A
Black with #50712A
Text Example
Text Example
White with #50712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50712A; }
p { color: rgb(80,113,42); }
H1.HeaderClassName
{
color: #50712A;
}
.AnyTagClassName
{
color: #50712A;
}
</style>
background-color css
<style>
a { background-color: #50712A; }
a { background-color: rgb(80,113,42); }
div.DivClassName
{
background-color: #50712A;
}
.BgClassName
{
background-color: #50712A;
}
</style>
border-color css
<style>
span { border-color: #50712A; }
span { border-color: rgb(80,113,42); }
td.TdClassName
{
border-color: #50712A;
}
.TagClassName
{
border-color: #50712A;
}
</style>