Shades of Green Leaf #50781E
Tints of Green Leaf #50781E
RGB
CMYK
RGB Variations
Color information
#50781E (or 0x50781E) is known color: Green Leaf. HEX triplet: 50, 78 and 1E. RGB value is (80,120,30). Sum of RGB (Red+Green+Blue) = 80+120+30=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #50781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50781E is #AF87E1. Grayscale: #626262. Windows color (decimal): -11503586 or 1996880. OLE color: 1996880.
HSL color Cylindrical-coordinate representation of color #50781E: hue angle of 86.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50781E is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 120 | 30 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.53 |
| HSL | 86.67º | 0.6% | 0.29% | - |
| HSV(B) | 86.67º | 0.75% | 0.47% | - |
| XYZ | 10.26 | 15.23 | 3.63 | - |
| YUV | 97.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 30 | 0.33 | 0 | 0.75 | 0.53 | 86.67 | 0.6 | 0.29 |
| Hex | 50 | 78 | 1E | 21 | 0 | 4B | 35 | 57 | 3C | 1D |
| Octal | 120 | 170 | 36 | 41 | 0 | 113 | 65 | 127 | 74 | 35 |
| Binary | 1010000 | 1111000 | 11110 | 100001 | 0 | 1001011 | 110101 | 1010111 | 111100 | 11101 |
Color Harmonies of #50781E
Complementary color
Monochromatic Colors of #50781E
Black with #50781E
Text Example
Text Example
White with #50781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50781E; }
p { color: rgb(80,120,30); }
H1.HeaderClassName
{
color: #50781E;
}
.AnyTagClassName
{
color: #50781E;
}
</style>
background-color css
<style>
a { background-color: #50781E; }
a { background-color: rgb(80,120,30); }
div.DivClassName
{
background-color: #50781E;
}
.BgClassName
{
background-color: #50781E;
}
</style>
border-color css
<style>
span { border-color: #50781E; }
span { border-color: rgb(80,120,30); }
td.TdClassName
{
border-color: #50781E;
}
.TagClassName
{
border-color: #50781E;
}
</style>