Shades of Green Leaf #49641A
Tints of Green Leaf #49641A
RGB
CMYK
RGB Variations
Color information
#49641A (or 0x49641A) is known color: Green Leaf. HEX triplet: 49, 64 and 1A. RGB value is (73,100,26). Sum of RGB (Red+Green+Blue) = 73+100+26=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #49641A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49641A is #B69BE5. Grayscale: #535353. Windows color (decimal): -11967462 or 1729609. OLE color: 1729609.
HSL color Cylindrical-coordinate representation of color #49641A: hue angle of 81.89º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49641A is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 100 | 26 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.61 |
| HSL | 81.89º | 0.59% | 0.25% | - |
| HSV(B) | 81.89º | 0.74% | 0.39% | - |
| XYZ | 7.49 | 10.61 | 2.63 | - |
| YUV | 83.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 100 | 26 | 0.27 | 0 | 0.74 | 0.61 | 81.89 | 0.59 | 0.25 |
| Hex | 49 | 64 | 1A | 1B | 0 | 4A | 3D | 52 | 3B | 19 |
| Octal | 111 | 144 | 32 | 33 | 0 | 112 | 75 | 122 | 73 | 31 |
| Binary | 1001001 | 1100100 | 11010 | 11011 | 0 | 1001010 | 111101 | 1010010 | 111011 | 11001 |
Color Harmonies of #49641A
Complementary color
Monochromatic Colors of #49641A
Black with #49641A
Text Example
Text Example
White with #49641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49641A; }
p { color: rgb(73,100,26); }
H1.HeaderClassName
{
color: #49641A;
}
.AnyTagClassName
{
color: #49641A;
}
</style>
background-color css
<style>
a { background-color: #49641A; }
a { background-color: rgb(73,100,26); }
div.DivClassName
{
background-color: #49641A;
}
.BgClassName
{
background-color: #49641A;
}
</style>
border-color css
<style>
span { border-color: #49641A; }
span { border-color: rgb(73,100,26); }
td.TdClassName
{
border-color: #49641A;
}
.TagClassName
{
border-color: #49641A;
}
</style>