Shades of Green Leaf #50761F
Tints of Green Leaf #50761F
RGB
CMYK
RGB Variations
Color information
#50761F (or 0x50761F) is known color: Green Leaf. HEX triplet: 50, 76 and 1F. RGB value is (80,118,31). Sum of RGB (Red+Green+Blue) = 80+118+31=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #50761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50761F is #AF89E0. Grayscale: #616161. Windows color (decimal): -11504097 or 2061904. OLE color: 2061904.
HSL color Cylindrical-coordinate representation of color #50761F: hue angle of 86.21º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50761F is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 31 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.54 |
| HSL | 86.21º | 0.58% | 0.29% | - |
| HSV(B) | 86.21º | 0.74% | 0.46% | - |
| XYZ | 10.03 | 14.76 | 3.62 | - |
| YUV | 96.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 31 | 0.32 | 0 | 0.74 | 0.54 | 86.21 | 0.58 | 0.29 |
| Hex | 50 | 76 | 1F | 20 | 0 | 4A | 36 | 56 | 3A | 1D |
| Octal | 120 | 166 | 37 | 40 | 0 | 112 | 66 | 126 | 72 | 35 |
| Binary | 1010000 | 1110110 | 11111 | 100000 | 0 | 1001010 | 110110 | 1010110 | 111010 | 11101 |
Color Harmonies of #50761F
Complementary color
Monochromatic Colors of #50761F
Black with #50761F
Text Example
Text Example
White with #50761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50761F; }
p { color: rgb(80,118,31); }
H1.HeaderClassName
{
color: #50761F;
}
.AnyTagClassName
{
color: #50761F;
}
</style>
background-color css
<style>
a { background-color: #50761F; }
a { background-color: rgb(80,118,31); }
div.DivClassName
{
background-color: #50761F;
}
.BgClassName
{
background-color: #50761F;
}
</style>
border-color css
<style>
span { border-color: #50761F; }
span { border-color: rgb(80,118,31); }
td.TdClassName
{
border-color: #50761F;
}
.TagClassName
{
border-color: #50761F;
}
</style>