Shades of Green Leaf #496328
Tints of Green Leaf #496328
RGB
CMYK
RGB Variations
Color information
#496328 (or 0x496328) is known color: Green Leaf. HEX triplet: 49, 63 and 28. RGB value is (73,99,40). Sum of RGB (Red+Green+Blue) = 73+99+40=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #496328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496328 is #B69CD7. Grayscale: #545454. Windows color (decimal): -11967704 or 2646857. OLE color: 2646857.
HSL color Cylindrical-coordinate representation of color #496328: hue angle of 86.44º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496328 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 99 | 40 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.61 |
| HSL | 86.44º | 0.42% | 0.27% | - |
| HSV(B) | 86.44º | 0.6% | 0.39% | - |
| XYZ | 7.59 | 10.49 | 3.63 | - |
| YUV | 84.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 40 | 0.26 | 0 | 0.60 | 0.61 | 86.44 | 0.42 | 0.27 |
| Hex | 49 | 63 | 28 | 1A | 0 | 3C | 3D | 56 | 2A | 1B |
| Octal | 111 | 143 | 50 | 32 | 0 | 74 | 75 | 126 | 52 | 33 |
| Binary | 1001001 | 1100011 | 101000 | 11010 | 0 | 111100 | 111101 | 1010110 | 101010 | 11011 |
Color Harmonies of #496328
Complementary color
Monochromatic Colors of #496328
Black with #496328
Text Example
Text Example
White with #496328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496328; }
p { color: rgb(73,99,40); }
H1.HeaderClassName
{
color: #496328;
}
.AnyTagClassName
{
color: #496328;
}
</style>
background-color css
<style>
a { background-color: #496328; }
a { background-color: rgb(73,99,40); }
div.DivClassName
{
background-color: #496328;
}
.BgClassName
{
background-color: #496328;
}
</style>
border-color css
<style>
span { border-color: #496328; }
span { border-color: rgb(73,99,40); }
td.TdClassName
{
border-color: #496328;
}
.TagClassName
{
border-color: #496328;
}
</style>