Shades of Green Leaf #49731A
Tints of Green Leaf #49731A
RGB
CMYK
RGB Variations
Color information
#49731A (or 0x49731A) is known color: Green Leaf. HEX triplet: 49, 73 and 1A. RGB value is (73,115,26). Sum of RGB (Red+Green+Blue) = 73+115+26=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #49731A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49731A is #B68CE5. Grayscale: #5C5C5C. Windows color (decimal): -11963622 or 1733449. OLE color: 1733449.
HSL color Cylindrical-coordinate representation of color #49731A: hue angle of 88.31º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49731A is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 115 | 26 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.55 |
| HSL | 88.31º | 0.63% | 0.28% | - |
| HSV(B) | 88.31º | 0.77% | 0.45% | - |
| XYZ | 9.06 | 13.75 | 3.15 | - |
| YUV | 92.3 | 90.59 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 26 | 0.37 | 0 | 0.77 | 0.55 | 88.31 | 0.63 | 0.28 |
| Hex | 49 | 73 | 1A | 25 | 0 | 4D | 37 | 58 | 3F | 1C |
| Octal | 111 | 163 | 32 | 45 | 0 | 115 | 67 | 130 | 77 | 34 |
| Binary | 1001001 | 1110011 | 11010 | 100101 | 0 | 1001101 | 110111 | 1011000 | 111111 | 11100 |
Color Harmonies of #49731A
Complementary color
Monochromatic Colors of #49731A
Black with #49731A
Text Example
Text Example
White with #49731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49731A; }
p { color: rgb(73,115,26); }
H1.HeaderClassName
{
color: #49731A;
}
.AnyTagClassName
{
color: #49731A;
}
</style>
background-color css
<style>
a { background-color: #49731A; }
a { background-color: rgb(73,115,26); }
div.DivClassName
{
background-color: #49731A;
}
.BgClassName
{
background-color: #49731A;
}
</style>
border-color css
<style>
span { border-color: #49731A; }
span { border-color: rgb(73,115,26); }
td.TdClassName
{
border-color: #49731A;
}
.TagClassName
{
border-color: #49731A;
}
</style>