Shades of Green Leaf #50681E
Tints of Green Leaf #50681E
RGB
CMYK
RGB Variations
Color information
#50681E (or 0x50681E) is known color: Green Leaf. HEX triplet: 50, 68 and 1E. RGB value is (80,104,30). Sum of RGB (Red+Green+Blue) = 80+104+30=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #50681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50681E is #AF97E1. Grayscale: #585858. Windows color (decimal): -11507682 or 1992784. OLE color: 1992784.
HSL color Cylindrical-coordinate representation of color #50681E: hue angle of 79.46º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50681E is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 30 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.59 |
| HSL | 79.46º | 0.55% | 0.26% | - |
| HSV(B) | 79.46º | 0.71% | 0.41% | - |
| XYZ | 8.49 | 11.7 | 3.04 | - |
| YUV | 88.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 30 | 0.23 | 0 | 0.71 | 0.59 | 79.46 | 0.55 | 0.26 |
| Hex | 50 | 68 | 1E | 17 | 0 | 47 | 3B | 4F | 37 | 1A |
| Octal | 120 | 150 | 36 | 27 | 0 | 107 | 73 | 117 | 67 | 32 |
| Binary | 1010000 | 1101000 | 11110 | 10111 | 0 | 1000111 | 111011 | 1001111 | 110111 | 11010 |
Color Harmonies of #50681E
Complementary color
Monochromatic Colors of #50681E
Black with #50681E
Text Example
Text Example
White with #50681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50681E; }
p { color: rgb(80,104,30); }
H1.HeaderClassName
{
color: #50681E;
}
.AnyTagClassName
{
color: #50681E;
}
</style>
background-color css
<style>
a { background-color: #50681E; }
a { background-color: rgb(80,104,30); }
div.DivClassName
{
background-color: #50681E;
}
.BgClassName
{
background-color: #50681E;
}
</style>
border-color css
<style>
span { border-color: #50681E; }
span { border-color: rgb(80,104,30); }
td.TdClassName
{
border-color: #50681E;
}
.TagClassName
{
border-color: #50681E;
}
</style>