Shades of Green Leaf #506628
Tints of Green Leaf #506628
RGB
CMYK
RGB Variations
Color information
#506628 (or 0x506628) is known color: Green Leaf. HEX triplet: 50, 66 and 28. RGB value is (80,102,40). Sum of RGB (Red+Green+Blue) = 80+102+40=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #506628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506628 is #AF99D7. Grayscale: #585858. Windows color (decimal): -11508184 or 2647632. OLE color: 2647632.
HSL color Cylindrical-coordinate representation of color #506628: hue angle of 81.29º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506628 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 40 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.6 |
| HSL | 81.29º | 0.44% | 0.28% | - |
| HSV(B) | 81.29º | 0.61% | 0.4% | - |
| XYZ | 8.44 | 11.36 | 3.76 | - |
| YUV | 88.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 40 | 0.22 | 0 | 0.61 | 0.6 | 81.29 | 0.44 | 0.28 |
| Hex | 50 | 66 | 28 | 16 | 0 | 3D | 3C | 51 | 2C | 1C |
| Octal | 120 | 146 | 50 | 26 | 0 | 75 | 74 | 121 | 54 | 34 |
| Binary | 1010000 | 1100110 | 101000 | 10110 | 0 | 111101 | 111100 | 1010001 | 101100 | 11100 |
Color Harmonies of #506628
Complementary color
Monochromatic Colors of #506628
Black with #506628
Text Example
Text Example
White with #506628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506628; }
p { color: rgb(80,102,40); }
H1.HeaderClassName
{
color: #506628;
}
.AnyTagClassName
{
color: #506628;
}
</style>
background-color css
<style>
a { background-color: #506628; }
a { background-color: rgb(80,102,40); }
div.DivClassName
{
background-color: #506628;
}
.BgClassName
{
background-color: #506628;
}
</style>
border-color css
<style>
span { border-color: #506628; }
span { border-color: rgb(80,102,40); }
td.TdClassName
{
border-color: #506628;
}
.TagClassName
{
border-color: #506628;
}
</style>