Shades of Green Leaf #49740F
Tints of Green Leaf #49740F
RGB
CMYK
RGB Variations
Color information
#49740F (or 0x49740F) is known color: Green Leaf. HEX triplet: 49, 74 and 0F. RGB value is (73,116,15). Sum of RGB (Red+Green+Blue) = 73+116+15=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 116 (45.70% from 255 or 56.86% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 116 - color contains mainly: green. Hex color #49740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49740F is #B68BF0. Grayscale: #5B5B5B. Windows color (decimal): -11963377 or 1012809. OLE color: 1012809.
HSL color Cylindrical-coordinate representation of color #49740F: hue angle of 85.54º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49740F is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 116 | 15 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.55 |
| HSL | 85.54º | 0.77% | 0.26% | - |
| HSV(B) | 85.54º | 0.87% | 0.45% | - |
| XYZ | 9.08 | 13.94 | 2.66 | - |
| YUV | 91.63 | 84.75 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 15 | 0.37 | 0 | 0.87 | 0.55 | 85.54 | 0.77 | 0.26 |
| Hex | 49 | 74 | F | 25 | 0 | 57 | 37 | 56 | 4D | 1A |
| Octal | 111 | 164 | 17 | 45 | 0 | 127 | 67 | 126 | 115 | 32 |
| Binary | 1001001 | 1110100 | 1111 | 100101 | 0 | 1010111 | 110111 | 1010110 | 1001101 | 11010 |
Color Harmonies of #49740F
Complementary color
Monochromatic Colors of #49740F
Black with #49740F
Text Example
Text Example
White with #49740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49740F; }
p { color: rgb(73,116,15); }
H1.HeaderClassName
{
color: #49740F;
}
.AnyTagClassName
{
color: #49740F;
}
</style>
background-color css
<style>
a { background-color: #49740F; }
a { background-color: rgb(73,116,15); }
div.DivClassName
{
background-color: #49740F;
}
.BgClassName
{
background-color: #49740F;
}
</style>
border-color css
<style>
span { border-color: #49740F; }
span { border-color: rgb(73,116,15); }
td.TdClassName
{
border-color: #49740F;
}
.TagClassName
{
border-color: #49740F;
}
</style>