Shades of Green Leaf #50722F
Tints of Green Leaf #50722F
RGB
CMYK
RGB Variations
Color information
#50722F (or 0x50722F) is known color: Green Leaf. HEX triplet: 50, 72 and 2F. RGB value is (80,114,47). Sum of RGB (Red+Green+Blue) = 80+114+47=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #50722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50722F is #AF8DD0. Grayscale: #606060. Windows color (decimal): -11505105 or 3109456. OLE color: 3109456.
HSL color Cylindrical-coordinate representation of color #50722F: hue angle of 90.45º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50722F is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 47 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.55 |
| HSL | 90.45º | 0.42% | 0.32% | - |
| HSV(B) | 90.45º | 0.59% | 0.45% | - |
| XYZ | 9.84 | 13.95 | 4.86 | - |
| YUV | 96.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 47 | 0.30 | 0 | 0.59 | 0.55 | 90.45 | 0.42 | 0.32 |
| Hex | 50 | 72 | 2F | 1E | 0 | 3B | 37 | 5A | 2A | 20 |
| Octal | 120 | 162 | 57 | 36 | 0 | 73 | 67 | 132 | 52 | 40 |
| Binary | 1010000 | 1110010 | 101111 | 11110 | 0 | 111011 | 110111 | 1011010 | 101010 | 100000 |
Color Harmonies of #50722F
Complementary color
Monochromatic Colors of #50722F
Black with #50722F
Text Example
Text Example
White with #50722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50722F; }
p { color: rgb(80,114,47); }
H1.HeaderClassName
{
color: #50722F;
}
.AnyTagClassName
{
color: #50722F;
}
</style>
background-color css
<style>
a { background-color: #50722F; }
a { background-color: rgb(80,114,47); }
div.DivClassName
{
background-color: #50722F;
}
.BgClassName
{
background-color: #50722F;
}
</style>
border-color css
<style>
span { border-color: #50722F; }
span { border-color: rgb(80,114,47); }
td.TdClassName
{
border-color: #50722F;
}
.TagClassName
{
border-color: #50722F;
}
</style>