Shades of Green Leaf #50772D
Tints of Green Leaf #50772D
RGB
CMYK
RGB Variations
Color information
#50772D (or 0x50772D) is known color: Green Leaf. HEX triplet: 50, 77 and 2D. RGB value is (80,119,45). Sum of RGB (Red+Green+Blue) = 80+119+45=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #50772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50772D is #AF88D2. Grayscale: #636363. Windows color (decimal): -11503827 or 2979664. OLE color: 2979664.
HSL color Cylindrical-coordinate representation of color #50772D: hue angle of 91.62º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50772D is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 119 | 45 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.53 |
| HSL | 91.62º | 0.45% | 0.32% | - |
| HSV(B) | 91.62º | 0.62% | 0.47% | - |
| XYZ | 10.38 | 15.09 | 4.85 | - |
| YUV | 98.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 45 | 0.33 | 0 | 0.62 | 0.53 | 91.62 | 0.45 | 0.32 |
| Hex | 50 | 77 | 2D | 21 | 0 | 3E | 35 | 5C | 2D | 20 |
| Octal | 120 | 167 | 55 | 41 | 0 | 76 | 65 | 134 | 55 | 40 |
| Binary | 1010000 | 1110111 | 101101 | 100001 | 0 | 111110 | 110101 | 1011100 | 101101 | 100000 |
Color Harmonies of #50772D
Complementary color
Monochromatic Colors of #50772D
Black with #50772D
Text Example
Text Example
White with #50772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50772D; }
p { color: rgb(80,119,45); }
H1.HeaderClassName
{
color: #50772D;
}
.AnyTagClassName
{
color: #50772D;
}
</style>
background-color css
<style>
a { background-color: #50772D; }
a { background-color: rgb(80,119,45); }
div.DivClassName
{
background-color: #50772D;
}
.BgClassName
{
background-color: #50772D;
}
</style>
border-color css
<style>
span { border-color: #50772D; }
span { border-color: rgb(80,119,45); }
td.TdClassName
{
border-color: #50772D;
}
.TagClassName
{
border-color: #50772D;
}
</style>