Shades of Green Leaf #50721E
Tints of Green Leaf #50721E
RGB
CMYK
RGB Variations
Color information
#50721E (or 0x50721E) is known color: Green Leaf. HEX triplet: 50, 72 and 1E. RGB value is (80,114,30). Sum of RGB (Red+Green+Blue) = 80+114+30=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #50721E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50721E is #AF8DE1. Grayscale: #5E5E5E. Windows color (decimal): -11505122 or 1995344. OLE color: 1995344.
HSL color Cylindrical-coordinate representation of color #50721E: hue angle of 84.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50721E is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 30 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.55 |
| HSL | 84.29º | 0.58% | 0.28% | - |
| HSV(B) | 84.29º | 0.74% | 0.45% | - |
| XYZ | 9.56 | 13.83 | 3.39 | - |
| YUV | 94.26 | 91.74 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 30 | 0.30 | 0 | 0.74 | 0.55 | 84.29 | 0.58 | 0.28 |
| Hex | 50 | 72 | 1E | 1E | 0 | 4A | 37 | 54 | 3A | 1C |
| Octal | 120 | 162 | 36 | 36 | 0 | 112 | 67 | 124 | 72 | 34 |
| Binary | 1010000 | 1110010 | 11110 | 11110 | 0 | 1001010 | 110111 | 1010100 | 111010 | 11100 |
Color Harmonies of #50721E
Complementary color
Monochromatic Colors of #50721E
Black with #50721E
Text Example
Text Example
White with #50721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50721E; }
p { color: rgb(80,114,30); }
H1.HeaderClassName
{
color: #50721E;
}
.AnyTagClassName
{
color: #50721E;
}
</style>
background-color css
<style>
a { background-color: #50721E; }
a { background-color: rgb(80,114,30); }
div.DivClassName
{
background-color: #50721E;
}
.BgClassName
{
background-color: #50721E;
}
</style>
border-color css
<style>
span { border-color: #50721E; }
span { border-color: rgb(80,114,30); }
td.TdClassName
{
border-color: #50721E;
}
.TagClassName
{
border-color: #50721E;
}
</style>