Shades of Green Leaf #506222
Tints of Green Leaf #506222
RGB
CMYK
RGB Variations
Color information
#506222 (or 0x506222) is known color: Green Leaf. HEX triplet: 50, 62 and 22. RGB value is (80,98,34). Sum of RGB (Red+Green+Blue) = 80+98+34=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #506222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506222 is #AF9DDD. Grayscale: #555555. Windows color (decimal): -11509214 or 2253392. OLE color: 2253392.
HSL color Cylindrical-coordinate representation of color #506222: hue angle of 76.88º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #506222 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 98 | 34 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.62 |
| HSL | 76.88º | 0.48% | 0.26% | - |
| HSV(B) | 76.88º | 0.65% | 0.38% | - |
| XYZ | 7.96 | 10.56 | 3.13 | - |
| YUV | 85.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 34 | 0.18 | 0 | 0.65 | 0.62 | 76.88 | 0.48 | 0.26 |
| Hex | 50 | 62 | 22 | 12 | 0 | 41 | 3E | 4D | 30 | 1A |
| Octal | 120 | 142 | 42 | 22 | 0 | 101 | 76 | 115 | 60 | 32 |
| Binary | 1010000 | 1100010 | 100010 | 10010 | 0 | 1000001 | 111110 | 1001101 | 110000 | 11010 |
Color Harmonies of #506222
Complementary color
Monochromatic Colors of #506222
Black with #506222
Text Example
Text Example
White with #506222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506222; }
p { color: rgb(80,98,34); }
H1.HeaderClassName
{
color: #506222;
}
.AnyTagClassName
{
color: #506222;
}
</style>
background-color css
<style>
a { background-color: #506222; }
a { background-color: rgb(80,98,34); }
div.DivClassName
{
background-color: #506222;
}
.BgClassName
{
background-color: #506222;
}
</style>
border-color css
<style>
span { border-color: #506222; }
span { border-color: rgb(80,98,34); }
td.TdClassName
{
border-color: #506222;
}
.TagClassName
{
border-color: #506222;
}
</style>