Shades of Green Leaf #49621D
Tints of Green Leaf #49621D
RGB
CMYK
RGB Variations
Color information
#49621D (or 0x49621D) is known color: Green Leaf. HEX triplet: 49, 62 and 1D. RGB value is (73,98,29). Sum of RGB (Red+Green+Blue) = 73+98+29=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #49621D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49621D is #B69DE2. Grayscale: #525252. Windows color (decimal): -11967971 or 1925705. OLE color: 1925705.
HSL color Cylindrical-coordinate representation of color #49621D: hue angle of 81.74º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49621D is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 98 | 29 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.62 |
| HSL | 81.74º | 0.54% | 0.25% | - |
| HSV(B) | 81.74º | 0.7% | 0.38% | - |
| XYZ | 7.34 | 10.24 | 2.75 | - |
| YUV | 82.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 29 | 0.26 | 0 | 0.70 | 0.62 | 81.74 | 0.54 | 0.25 |
| Hex | 49 | 62 | 1D | 1A | 0 | 46 | 3E | 52 | 36 | 19 |
| Octal | 111 | 142 | 35 | 32 | 0 | 106 | 76 | 122 | 66 | 31 |
| Binary | 1001001 | 1100010 | 11101 | 11010 | 0 | 1000110 | 111110 | 1010010 | 110110 | 11001 |
Color Harmonies of #49621D
Complementary color
Monochromatic Colors of #49621D
Black with #49621D
Text Example
Text Example
White with #49621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49621D; }
p { color: rgb(73,98,29); }
H1.HeaderClassName
{
color: #49621D;
}
.AnyTagClassName
{
color: #49621D;
}
</style>
background-color css
<style>
a { background-color: #49621D; }
a { background-color: rgb(73,98,29); }
div.DivClassName
{
background-color: #49621D;
}
.BgClassName
{
background-color: #49621D;
}
</style>
border-color css
<style>
span { border-color: #49621D; }
span { border-color: rgb(73,98,29); }
td.TdClassName
{
border-color: #49621D;
}
.TagClassName
{
border-color: #49621D;
}
</style>