Shades of Green Leaf #506F19
Tints of Green Leaf #506F19
RGB
CMYK
RGB Variations
Color information
#506F19 (or 0x506F19) is known color: Green Leaf. HEX triplet: 50, 6F and 19. RGB value is (80,111,25). Sum of RGB (Red+Green+Blue) = 80+111+25=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #506F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506F19 is #AF90E6. Grayscale: #5C5C5C. Windows color (decimal): -11505895 or 1666896. OLE color: 1666896.
HSL color Cylindrical-coordinate representation of color #506F19: hue angle of 81.63º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #506F19 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 25 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.56 |
| HSL | 81.63º | 0.63% | 0.27% | - |
| HSV(B) | 81.63º | 0.77% | 0.44% | - |
| XYZ | 9.17 | 13.14 | 2.97 | - |
| YUV | 91.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 25 | 0.28 | 0 | 0.77 | 0.56 | 81.63 | 0.63 | 0.27 |
| Hex | 50 | 6F | 19 | 1C | 0 | 4D | 38 | 52 | 3F | 1B |
| Octal | 120 | 157 | 31 | 34 | 0 | 115 | 70 | 122 | 77 | 33 |
| Binary | 1010000 | 1101111 | 11001 | 11100 | 0 | 1001101 | 111000 | 1010010 | 111111 | 11011 |
Color Harmonies of #506F19
Complementary color
Monochromatic Colors of #506F19
Black with #506F19
Text Example
Text Example
White with #506F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F19; }
p { color: rgb(80,111,25); }
H1.HeaderClassName
{
color: #506F19;
}
.AnyTagClassName
{
color: #506F19;
}
</style>
background-color css
<style>
a { background-color: #506F19; }
a { background-color: rgb(80,111,25); }
div.DivClassName
{
background-color: #506F19;
}
.BgClassName
{
background-color: #506F19;
}
</style>
border-color css
<style>
span { border-color: #506F19; }
span { border-color: rgb(80,111,25); }
td.TdClassName
{
border-color: #506F19;
}
.TagClassName
{
border-color: #506F19;
}
</style>