Shades of Green Leaf #50720F
Tints of Green Leaf #50720F
RGB
CMYK
RGB Variations
Color information
#50720F (or 0x50720F) is known color: Green Leaf. HEX triplet: 50, 72 and 0F. RGB value is (80,114,15). Sum of RGB (Red+Green+Blue) = 80+114+15=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #50720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50720F is #AF8DF0. Grayscale: #5C5C5C. Windows color (decimal): -11505137 or 1012304. OLE color: 1012304.
HSL color Cylindrical-coordinate representation of color #50720F: hue angle of 80.61º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50720F is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 15 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.55 |
| HSL | 80.61º | 0.77% | 0.25% | - |
| HSV(B) | 80.61º | 0.87% | 0.45% | - |
| XYZ | 9.41 | 13.77 | 2.61 | - |
| YUV | 92.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 15 | 0.30 | 0 | 0.87 | 0.55 | 80.61 | 0.77 | 0.25 |
| Hex | 50 | 72 | F | 1E | 0 | 57 | 37 | 51 | 4D | 19 |
| Octal | 120 | 162 | 17 | 36 | 0 | 127 | 67 | 121 | 115 | 31 |
| Binary | 1010000 | 1110010 | 1111 | 11110 | 0 | 1010111 | 110111 | 1010001 | 1001101 | 11001 |
Color Harmonies of #50720F
Complementary color
Monochromatic Colors of #50720F
Black with #50720F
Text Example
Text Example
White with #50720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50720F; }
p { color: rgb(80,114,15); }
H1.HeaderClassName
{
color: #50720F;
}
.AnyTagClassName
{
color: #50720F;
}
</style>
background-color css
<style>
a { background-color: #50720F; }
a { background-color: rgb(80,114,15); }
div.DivClassName
{
background-color: #50720F;
}
.BgClassName
{
background-color: #50720F;
}
</style>
border-color css
<style>
span { border-color: #50720F; }
span { border-color: rgb(80,114,15); }
td.TdClassName
{
border-color: #50720F;
}
.TagClassName
{
border-color: #50720F;
}
</style>