Shades of Green Leaf #496325
Tints of Green Leaf #496325
RGB
CMYK
RGB Variations
Color information
#496325 (or 0x496325) is known color: Green Leaf. HEX triplet: 49, 63 and 25. RGB value is (73,99,37). Sum of RGB (Red+Green+Blue) = 73+99+37=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #496325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496325 is #B69CDA. Grayscale: #545454. Windows color (decimal): -11967707 or 2450249. OLE color: 2450249.
HSL color Cylindrical-coordinate representation of color #496325: hue angle of 85.16º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #496325 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 99 | 37 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.61 |
| HSL | 85.16º | 0.46% | 0.27% | - |
| HSV(B) | 85.16º | 0.63% | 0.39% | - |
| XYZ | 7.54 | 10.47 | 3.37 | - |
| YUV | 84.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 37 | 0.26 | 0 | 0.63 | 0.61 | 85.16 | 0.46 | 0.27 |
| Hex | 49 | 63 | 25 | 1A | 0 | 3F | 3D | 55 | 2E | 1B |
| Octal | 111 | 143 | 45 | 32 | 0 | 77 | 75 | 125 | 56 | 33 |
| Binary | 1001001 | 1100011 | 100101 | 11010 | 0 | 111111 | 111101 | 1010101 | 101110 | 11011 |
Color Harmonies of #496325
Complementary color
Monochromatic Colors of #496325
Black with #496325
Text Example
Text Example
White with #496325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496325; }
p { color: rgb(73,99,37); }
H1.HeaderClassName
{
color: #496325;
}
.AnyTagClassName
{
color: #496325;
}
</style>
background-color css
<style>
a { background-color: #496325; }
a { background-color: rgb(73,99,37); }
div.DivClassName
{
background-color: #496325;
}
.BgClassName
{
background-color: #496325;
}
</style>
border-color css
<style>
span { border-color: #496325; }
span { border-color: rgb(73,99,37); }
td.TdClassName
{
border-color: #496325;
}
.TagClassName
{
border-color: #496325;
}
</style>