Shades of Green Leaf #50702F
Tints of Green Leaf #50702F
RGB
CMYK
RGB Variations
Color information
#50702F (or 0x50702F) is known color: Green Leaf. HEX triplet: 50, 70 and 2F. RGB value is (80,112,47). Sum of RGB (Red+Green+Blue) = 80+112+47=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #50702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50702F is #AF8FD0. Grayscale: #5F5F5F. Windows color (decimal): -11505617 or 3108944. OLE color: 3108944.
HSL color Cylindrical-coordinate representation of color #50702F: hue angle of 89.54º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50702F is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 47 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.56 |
| HSL | 89.54º | 0.41% | 0.31% | - |
| HSV(B) | 89.54º | 0.58% | 0.44% | - |
| XYZ | 9.62 | 13.5 | 4.79 | - |
| YUV | 95.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 47 | 0.29 | 0 | 0.58 | 0.56 | 89.54 | 0.41 | 0.31 |
| Hex | 50 | 70 | 2F | 1D | 0 | 3A | 38 | 5A | 29 | 1F |
| Octal | 120 | 160 | 57 | 35 | 0 | 72 | 70 | 132 | 51 | 37 |
| Binary | 1010000 | 1110000 | 101111 | 11101 | 0 | 111010 | 111000 | 1011010 | 101001 | 11111 |
Color Harmonies of #50702F
Complementary color
Monochromatic Colors of #50702F
Black with #50702F
Text Example
Text Example
White with #50702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50702F; }
p { color: rgb(80,112,47); }
H1.HeaderClassName
{
color: #50702F;
}
.AnyTagClassName
{
color: #50702F;
}
</style>
background-color css
<style>
a { background-color: #50702F; }
a { background-color: rgb(80,112,47); }
div.DivClassName
{
background-color: #50702F;
}
.BgClassName
{
background-color: #50702F;
}
</style>
border-color css
<style>
span { border-color: #50702F; }
span { border-color: rgb(80,112,47); }
td.TdClassName
{
border-color: #50702F;
}
.TagClassName
{
border-color: #50702F;
}
</style>