Shades of Green Leaf #506818
Tints of Green Leaf #506818
RGB
CMYK
RGB Variations
Color information
#506818 (or 0x506818) is known color: Green Leaf. HEX triplet: 50, 68 and 18. RGB value is (80,104,24). Sum of RGB (Red+Green+Blue) = 80+104+24=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #506818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506818 is #AF97E7. Grayscale: #585858. Windows color (decimal): -11507688 or 1599568. OLE color: 1599568.
HSL color Cylindrical-coordinate representation of color #506818: hue angle of 78º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #506818 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 24 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.59 |
| HSL | 78º | 0.63% | 0.25% | - |
| HSV(B) | 78º | 0.77% | 0.41% | - |
| XYZ | 8.42 | 11.67 | 2.67 | - |
| YUV | 87.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 24 | 0.23 | 0 | 0.77 | 0.59 | 78 | 0.63 | 0.25 |
| Hex | 50 | 68 | 18 | 17 | 0 | 4D | 3B | 4E | 3E | 19 |
| Octal | 120 | 150 | 30 | 27 | 0 | 115 | 73 | 116 | 76 | 31 |
| Binary | 1010000 | 1101000 | 11000 | 10111 | 0 | 1001101 | 111011 | 1001110 | 111110 | 11001 |
Color Harmonies of #506818
Complementary color
Monochromatic Colors of #506818
Black with #506818
Text Example
Text Example
White with #506818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506818; }
p { color: rgb(80,104,24); }
H1.HeaderClassName
{
color: #506818;
}
.AnyTagClassName
{
color: #506818;
}
</style>
background-color css
<style>
a { background-color: #506818; }
a { background-color: rgb(80,104,24); }
div.DivClassName
{
background-color: #506818;
}
.BgClassName
{
background-color: #506818;
}
</style>
border-color css
<style>
span { border-color: #506818; }
span { border-color: rgb(80,104,24); }
td.TdClassName
{
border-color: #506818;
}
.TagClassName
{
border-color: #506818;
}
</style>