Shades of Green Leaf #496721
Tints of Green Leaf #496721
RGB
CMYK
RGB Variations
Color information
#496721 (or 0x496721) is known color: Green Leaf. HEX triplet: 49, 67 and 21. RGB value is (73,103,33). Sum of RGB (Red+Green+Blue) = 73+103+33=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #496721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496721 is #B698DE. Grayscale: #565656. Windows color (decimal): -11966687 or 2189129. OLE color: 2189129.
HSL color Cylindrical-coordinate representation of color #496721: hue angle of 85.71º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #496721 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 33 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.60 |
| HSL | 85.71º | 0.51% | 0.27% | - |
| HSV(B) | 85.71º | 0.68% | 0.4% | - |
| XYZ | 7.87 | 11.23 | 3.19 | - |
| YUV | 86.05 | 98.06 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 33 | 0.29 | 0 | 0.68 | 0.60 | 85.71 | 0.51 | 0.27 |
| Hex | 49 | 67 | 21 | 1D | 0 | 44 | 3C | 56 | 33 | 1B |
| Octal | 111 | 147 | 41 | 35 | 0 | 104 | 74 | 126 | 63 | 33 |
| Binary | 1001001 | 1100111 | 100001 | 11101 | 0 | 1000100 | 111100 | 1010110 | 110011 | 11011 |
Color Harmonies of #496721
Complementary color
Monochromatic Colors of #496721
Black with #496721
Text Example
Text Example
White with #496721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496721; }
p { color: rgb(73,103,33); }
H1.HeaderClassName
{
color: #496721;
}
.AnyTagClassName
{
color: #496721;
}
</style>
background-color css
<style>
a { background-color: #496721; }
a { background-color: rgb(73,103,33); }
div.DivClassName
{
background-color: #496721;
}
.BgClassName
{
background-color: #496721;
}
</style>
border-color css
<style>
span { border-color: #496721; }
span { border-color: rgb(73,103,33); }
td.TdClassName
{
border-color: #496721;
}
.TagClassName
{
border-color: #496721;
}
</style>