Shades of Green Leaf #50702C
Tints of Green Leaf #50702C
RGB
CMYK
RGB Variations
Color information
#50702C (or 0x50702C) is known color: Green Leaf. HEX triplet: 50, 70 and 2C. RGB value is (80,112,44). Sum of RGB (Red+Green+Blue) = 80+112+44=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #50702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50702C is #AF8FD3. Grayscale: #5E5E5E. Windows color (decimal): -11505620 or 2912336. OLE color: 2912336.
HSL color Cylindrical-coordinate representation of color #50702C: hue angle of 88.24º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50702C is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 44 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.56 |
| HSL | 88.24º | 0.44% | 0.31% | - |
| HSV(B) | 88.24º | 0.61% | 0.44% | - |
| XYZ | 9.56 | 13.48 | 4.48 | - |
| YUV | 94.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 44 | 0.29 | 0 | 0.61 | 0.56 | 88.24 | 0.44 | 0.31 |
| Hex | 50 | 70 | 2C | 1D | 0 | 3D | 38 | 58 | 2C | 1F |
| Octal | 120 | 160 | 54 | 35 | 0 | 75 | 70 | 130 | 54 | 37 |
| Binary | 1010000 | 1110000 | 101100 | 11101 | 0 | 111101 | 111000 | 1011000 | 101100 | 11111 |
Color Harmonies of #50702C
Complementary color
Monochromatic Colors of #50702C
Black with #50702C
Text Example
Text Example
White with #50702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50702C; }
p { color: rgb(80,112,44); }
H1.HeaderClassName
{
color: #50702C;
}
.AnyTagClassName
{
color: #50702C;
}
</style>
background-color css
<style>
a { background-color: #50702C; }
a { background-color: rgb(80,112,44); }
div.DivClassName
{
background-color: #50702C;
}
.BgClassName
{
background-color: #50702C;
}
</style>
border-color css
<style>
span { border-color: #50702C; }
span { border-color: rgb(80,112,44); }
td.TdClassName
{
border-color: #50702C;
}
.TagClassName
{
border-color: #50702C;
}
</style>