Shades of Green Leaf #50772C
Tints of Green Leaf #50772C
RGB
CMYK
RGB Variations
Color information
#50772C (or 0x50772C) is known color: Green Leaf. HEX triplet: 50, 77 and 2C. RGB value is (80,119,44). Sum of RGB (Red+Green+Blue) = 80+119+44=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #50772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50772C is #AF88D3. Grayscale: #636363. Windows color (decimal): -11503828 or 2914128. OLE color: 2914128.
HSL color Cylindrical-coordinate representation of color #50772C: hue angle of 91.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50772C is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 119 | 44 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.53 |
| HSL | 91.2º | 0.46% | 0.32% | - |
| HSV(B) | 91.2º | 0.63% | 0.47% | - |
| XYZ | 10.36 | 15.08 | 4.75 | - |
| YUV | 98.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 44 | 0.33 | 0 | 0.63 | 0.53 | 91.2 | 0.46 | 0.32 |
| Hex | 50 | 77 | 2C | 21 | 0 | 3F | 35 | 5B | 2E | 20 |
| Octal | 120 | 167 | 54 | 41 | 0 | 77 | 65 | 133 | 56 | 40 |
| Binary | 1010000 | 1110111 | 101100 | 100001 | 0 | 111111 | 110101 | 1011011 | 101110 | 100000 |
Color Harmonies of #50772C
Complementary color
Monochromatic Colors of #50772C
Black with #50772C
Text Example
Text Example
White with #50772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50772C; }
p { color: rgb(80,119,44); }
H1.HeaderClassName
{
color: #50772C;
}
.AnyTagClassName
{
color: #50772C;
}
</style>
background-color css
<style>
a { background-color: #50772C; }
a { background-color: rgb(80,119,44); }
div.DivClassName
{
background-color: #50772C;
}
.BgClassName
{
background-color: #50772C;
}
</style>
border-color css
<style>
span { border-color: #50772C; }
span { border-color: rgb(80,119,44); }
td.TdClassName
{
border-color: #50772C;
}
.TagClassName
{
border-color: #50772C;
}
</style>