Shades of Green Leaf #506E11
Tints of Green Leaf #506E11
RGB
CMYK
RGB Variations
Color information
#506E11 (or 0x506E11) is known color: Green Leaf. HEX triplet: 50, 6E and 11. RGB value is (80,110,17). Sum of RGB (Red+Green+Blue) = 80+110+17=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #506E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506E11 is #AF91EE. Grayscale: #5A5A5A. Windows color (decimal): -11506159 or 1142352. OLE color: 1142352.
HSL color Cylindrical-coordinate representation of color #506E11: hue angle of 79.35º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #506E11 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 110 | 17 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.57 |
| HSL | 79.35º | 0.73% | 0.25% | - |
| HSV(B) | 79.35º | 0.85% | 0.43% | - |
| XYZ | 8.99 | 12.9 | 2.55 | - |
| YUV | 90.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 17 | 0.27 | 0 | 0.85 | 0.57 | 79.35 | 0.73 | 0.25 |
| Hex | 50 | 6E | 11 | 1B | 0 | 55 | 39 | 4F | 49 | 19 |
| Octal | 120 | 156 | 21 | 33 | 0 | 125 | 71 | 117 | 111 | 31 |
| Binary | 1010000 | 1101110 | 10001 | 11011 | 0 | 1010101 | 111001 | 1001111 | 1001001 | 11001 |
Color Harmonies of #506E11
Complementary color
Monochromatic Colors of #506E11
Black with #506E11
Text Example
Text Example
White with #506E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506E11; }
p { color: rgb(80,110,17); }
H1.HeaderClassName
{
color: #506E11;
}
.AnyTagClassName
{
color: #506E11;
}
</style>
background-color css
<style>
a { background-color: #506E11; }
a { background-color: rgb(80,110,17); }
div.DivClassName
{
background-color: #506E11;
}
.BgClassName
{
background-color: #506E11;
}
</style>
border-color css
<style>
span { border-color: #506E11; }
span { border-color: rgb(80,110,17); }
td.TdClassName
{
border-color: #506E11;
}
.TagClassName
{
border-color: #506E11;
}
</style>