Shades of Green Leaf #50701F
Tints of Green Leaf #50701F
RGB
CMYK
RGB Variations
Color information
#50701F (or 0x50701F) is known color: Green Leaf. HEX triplet: 50, 70 and 1F. RGB value is (80,112,31). Sum of RGB (Red+Green+Blue) = 80+112+31=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #50701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50701F is #AF8FE0. Grayscale: #5D5D5D. Windows color (decimal): -11505633 or 2060368. OLE color: 2060368.
HSL color Cylindrical-coordinate representation of color #50701F: hue angle of 83.7º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50701F is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 31 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.56 |
| HSL | 83.7º | 0.57% | 0.28% | - |
| HSV(B) | 83.7º | 0.72% | 0.44% | - |
| XYZ | 9.35 | 13.39 | 3.39 | - |
| YUV | 93.2 | 92.9 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 31 | 0.29 | 0 | 0.72 | 0.56 | 83.7 | 0.57 | 0.28 |
| Hex | 50 | 70 | 1F | 1D | 0 | 48 | 38 | 54 | 39 | 1C |
| Octal | 120 | 160 | 37 | 35 | 0 | 110 | 70 | 124 | 71 | 34 |
| Binary | 1010000 | 1110000 | 11111 | 11101 | 0 | 1001000 | 111000 | 1010100 | 111001 | 11100 |
Color Harmonies of #50701F
Complementary color
Monochromatic Colors of #50701F
Black with #50701F
Text Example
Text Example
White with #50701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50701F; }
p { color: rgb(80,112,31); }
H1.HeaderClassName
{
color: #50701F;
}
.AnyTagClassName
{
color: #50701F;
}
</style>
background-color css
<style>
a { background-color: #50701F; }
a { background-color: rgb(80,112,31); }
div.DivClassName
{
background-color: #50701F;
}
.BgClassName
{
background-color: #50701F;
}
</style>
border-color css
<style>
span { border-color: #50701F; }
span { border-color: rgb(80,112,31); }
td.TdClassName
{
border-color: #50701F;
}
.TagClassName
{
border-color: #50701F;
}
</style>