Shades of Green Leaf #50682E
Tints of Green Leaf #50682E
RGB
CMYK
RGB Variations
Color information
#50682E (or 0x50682E) is known color: Green Leaf. HEX triplet: 50, 68 and 2E. RGB value is (80,104,46). Sum of RGB (Red+Green+Blue) = 80+104+46=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #50682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50682E is #AF97D1. Grayscale: #5A5A5A. Windows color (decimal): -11507666 or 3041360. OLE color: 3041360.
HSL color Cylindrical-coordinate representation of color #50682E: hue angle of 84.83º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50682E is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 46 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.59 |
| HSL | 84.83º | 0.39% | 0.29% | - |
| HSV(B) | 84.83º | 0.56% | 0.41% | - |
| XYZ | 8.75 | 11.8 | 4.4 | - |
| YUV | 90.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 46 | 0.23 | 0 | 0.56 | 0.59 | 84.83 | 0.39 | 0.29 |
| Hex | 50 | 68 | 2E | 17 | 0 | 38 | 3B | 55 | 27 | 1D |
| Octal | 120 | 150 | 56 | 27 | 0 | 70 | 73 | 125 | 47 | 35 |
| Binary | 1010000 | 1101000 | 101110 | 10111 | 0 | 111000 | 111011 | 1010101 | 100111 | 11101 |
Color Harmonies of #50682E
Complementary color
Monochromatic Colors of #50682E
Black with #50682E
Text Example
Text Example
White with #50682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50682E; }
p { color: rgb(80,104,46); }
H1.HeaderClassName
{
color: #50682E;
}
.AnyTagClassName
{
color: #50682E;
}
</style>
background-color css
<style>
a { background-color: #50682E; }
a { background-color: rgb(80,104,46); }
div.DivClassName
{
background-color: #50682E;
}
.BgClassName
{
background-color: #50682E;
}
</style>
border-color css
<style>
span { border-color: #50682E; }
span { border-color: rgb(80,104,46); }
td.TdClassName
{
border-color: #50682E;
}
.TagClassName
{
border-color: #50682E;
}
</style>