Shades of Green Leaf #50762B
Tints of Green Leaf #50762B
RGB
CMYK
RGB Variations
Color information
#50762B (or 0x50762B) is known color: Green Leaf. HEX triplet: 50, 76 and 2B. RGB value is (80,118,43). Sum of RGB (Red+Green+Blue) = 80+118+43=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #50762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50762B is #AF89D4. Grayscale: #626262. Windows color (decimal): -11504085 or 2848336. OLE color: 2848336.
HSL color Cylindrical-coordinate representation of color #50762B: hue angle of 90.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50762B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 43 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.54 |
| HSL | 90.4º | 0.47% | 0.32% | - |
| HSV(B) | 90.4º | 0.64% | 0.46% | - |
| XYZ | 10.22 | 14.84 | 4.61 | - |
| YUV | 98.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 43 | 0.32 | 0 | 0.64 | 0.54 | 90.4 | 0.47 | 0.32 |
| Hex | 50 | 76 | 2B | 20 | 0 | 40 | 36 | 5A | 2F | 20 |
| Octal | 120 | 166 | 53 | 40 | 0 | 100 | 66 | 132 | 57 | 40 |
| Binary | 1010000 | 1110110 | 101011 | 100000 | 0 | 1000000 | 110110 | 1011010 | 101111 | 100000 |
Color Harmonies of #50762B
Complementary color
Monochromatic Colors of #50762B
Black with #50762B
Text Example
Text Example
White with #50762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50762B; }
p { color: rgb(80,118,43); }
H1.HeaderClassName
{
color: #50762B;
}
.AnyTagClassName
{
color: #50762B;
}
</style>
background-color css
<style>
a { background-color: #50762B; }
a { background-color: rgb(80,118,43); }
div.DivClassName
{
background-color: #50762B;
}
.BgClassName
{
background-color: #50762B;
}
</style>
border-color css
<style>
span { border-color: #50762B; }
span { border-color: rgb(80,118,43); }
td.TdClassName
{
border-color: #50762B;
}
.TagClassName
{
border-color: #50762B;
}
</style>