Shades of Green Leaf #50762E
Tints of Green Leaf #50762E
RGB
CMYK
RGB Variations
Color information
#50762E (or 0x50762E) is known color: Green Leaf. HEX triplet: 50, 76 and 2E. RGB value is (80,118,46). Sum of RGB (Red+Green+Blue) = 80+118+46=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #50762E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50762E is #AF89D1. Grayscale: #626262. Windows color (decimal): -11504082 or 3044944. OLE color: 3044944.
HSL color Cylindrical-coordinate representation of color #50762E: hue angle of 91.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50762E is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 46 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.54 |
| HSL | 91.67º | 0.44% | 0.32% | - |
| HSV(B) | 91.67º | 0.61% | 0.46% | - |
| XYZ | 10.28 | 14.86 | 4.91 | - |
| YUV | 98.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 46 | 0.32 | 0 | 0.61 | 0.54 | 91.67 | 0.44 | 0.32 |
| Hex | 50 | 76 | 2E | 20 | 0 | 3D | 36 | 5C | 2C | 20 |
| Octal | 120 | 166 | 56 | 40 | 0 | 75 | 66 | 134 | 54 | 40 |
| Binary | 1010000 | 1110110 | 101110 | 100000 | 0 | 111101 | 110110 | 1011100 | 101100 | 100000 |
Color Harmonies of #50762E
Complementary color
Monochromatic Colors of #50762E
Black with #50762E
Text Example
Text Example
White with #50762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50762E; }
p { color: rgb(80,118,46); }
H1.HeaderClassName
{
color: #50762E;
}
.AnyTagClassName
{
color: #50762E;
}
</style>
background-color css
<style>
a { background-color: #50762E; }
a { background-color: rgb(80,118,46); }
div.DivClassName
{
background-color: #50762E;
}
.BgClassName
{
background-color: #50762E;
}
</style>
border-color css
<style>
span { border-color: #50762E; }
span { border-color: rgb(80,118,46); }
td.TdClassName
{
border-color: #50762E;
}
.TagClassName
{
border-color: #50762E;
}
</style>