Shades of Green Leaf #50681A
Tints of Green Leaf #50681A
RGB
CMYK
RGB Variations
Color information
#50681A (or 0x50681A) is known color: Green Leaf. HEX triplet: 50, 68 and 1A. RGB value is (80,104,26). Sum of RGB (Red+Green+Blue) = 80+104+26=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #50681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50681A is #AF97E5. Grayscale: #585858. Windows color (decimal): -11507686 or 1730640. OLE color: 1730640.
HSL color Cylindrical-coordinate representation of color #50681A: hue angle of 78.46º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50681A is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 26 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.59 |
| HSL | 78.46º | 0.6% | 0.25% | - |
| HSV(B) | 78.46º | 0.75% | 0.41% | - |
| XYZ | 8.45 | 11.68 | 2.79 | - |
| YUV | 87.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 26 | 0.23 | 0 | 0.75 | 0.59 | 78.46 | 0.6 | 0.25 |
| Hex | 50 | 68 | 1A | 17 | 0 | 4B | 3B | 4E | 3C | 19 |
| Octal | 120 | 150 | 32 | 27 | 0 | 113 | 73 | 116 | 74 | 31 |
| Binary | 1010000 | 1101000 | 11010 | 10111 | 0 | 1001011 | 111011 | 1001110 | 111100 | 11001 |
Color Harmonies of #50681A
Complementary color
Monochromatic Colors of #50681A
Black with #50681A
Text Example
Text Example
White with #50681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50681A; }
p { color: rgb(80,104,26); }
H1.HeaderClassName
{
color: #50681A;
}
.AnyTagClassName
{
color: #50681A;
}
</style>
background-color css
<style>
a { background-color: #50681A; }
a { background-color: rgb(80,104,26); }
div.DivClassName
{
background-color: #50681A;
}
.BgClassName
{
background-color: #50681A;
}
</style>
border-color css
<style>
span { border-color: #50681A; }
span { border-color: rgb(80,104,26); }
td.TdClassName
{
border-color: #50681A;
}
.TagClassName
{
border-color: #50681A;
}
</style>