Shades of Green Leaf #506622
Tints of Green Leaf #506622
RGB
CMYK
RGB Variations
Color information
#506622 (or 0x506622) is known color: Green Leaf. HEX triplet: 50, 66 and 22. RGB value is (80,102,34). Sum of RGB (Red+Green+Blue) = 80+102+34=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #506622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506622 is #AF99DD. Grayscale: #575757. Windows color (decimal): -11508190 or 2254416. OLE color: 2254416.
HSL color Cylindrical-coordinate representation of color #506622: hue angle of 79.41º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506622 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 34 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.6 |
| HSL | 79.41º | 0.5% | 0.27% | - |
| HSV(B) | 79.41º | 0.67% | 0.4% | - |
| XYZ | 8.35 | 11.32 | 3.26 | - |
| YUV | 87.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 34 | 0.22 | 0 | 0.67 | 0.6 | 79.41 | 0.5 | 0.27 |
| Hex | 50 | 66 | 22 | 16 | 0 | 43 | 3C | 4F | 32 | 1B |
| Octal | 120 | 146 | 42 | 26 | 0 | 103 | 74 | 117 | 62 | 33 |
| Binary | 1010000 | 1100110 | 100010 | 10110 | 0 | 1000011 | 111100 | 1001111 | 110010 | 11011 |
Color Harmonies of #506622
Complementary color
Monochromatic Colors of #506622
Black with #506622
Text Example
Text Example
White with #506622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506622; }
p { color: rgb(80,102,34); }
H1.HeaderClassName
{
color: #506622;
}
.AnyTagClassName
{
color: #506622;
}
</style>
background-color css
<style>
a { background-color: #506622; }
a { background-color: rgb(80,102,34); }
div.DivClassName
{
background-color: #506622;
}
.BgClassName
{
background-color: #506622;
}
</style>
border-color css
<style>
span { border-color: #506622; }
span { border-color: rgb(80,102,34); }
td.TdClassName
{
border-color: #506622;
}
.TagClassName
{
border-color: #506622;
}
</style>