Shades of Green Leaf #50762C
Tints of Green Leaf #50762C
RGB
CMYK
RGB Variations
Color information
#50762C (or 0x50762C) is known color: Green Leaf. HEX triplet: 50, 76 and 2C. RGB value is (80,118,44). Sum of RGB (Red+Green+Blue) = 80+118+44=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #50762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50762C is #AF89D3. Grayscale: #626262. Windows color (decimal): -11504084 or 2913872. OLE color: 2913872.
HSL color Cylindrical-coordinate representation of color #50762C: hue angle of 90.81º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50762C is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 44 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.54 |
| HSL | 90.81º | 0.46% | 0.32% | - |
| HSV(B) | 90.81º | 0.63% | 0.46% | - |
| XYZ | 10.24 | 14.84 | 4.71 | - |
| YUV | 98.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 44 | 0.32 | 0 | 0.63 | 0.54 | 90.81 | 0.46 | 0.32 |
| Hex | 50 | 76 | 2C | 20 | 0 | 3F | 36 | 5B | 2E | 20 |
| Octal | 120 | 166 | 54 | 40 | 0 | 77 | 66 | 133 | 56 | 40 |
| Binary | 1010000 | 1110110 | 101100 | 100000 | 0 | 111111 | 110110 | 1011011 | 101110 | 100000 |
Color Harmonies of #50762C
Complementary color
Monochromatic Colors of #50762C
Black with #50762C
Text Example
Text Example
White with #50762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50762C; }
p { color: rgb(80,118,44); }
H1.HeaderClassName
{
color: #50762C;
}
.AnyTagClassName
{
color: #50762C;
}
</style>
background-color css
<style>
a { background-color: #50762C; }
a { background-color: rgb(80,118,44); }
div.DivClassName
{
background-color: #50762C;
}
.BgClassName
{
background-color: #50762C;
}
</style>
border-color css
<style>
span { border-color: #50762C; }
span { border-color: rgb(80,118,44); }
td.TdClassName
{
border-color: #50762C;
}
.TagClassName
{
border-color: #50762C;
}
</style>