Shades of Green Leaf #49740C
Tints of Green Leaf #49740C
RGB
CMYK
RGB Variations
Color information
#49740C (or 0x49740C) is known color: Green Leaf. HEX triplet: 49, 74 and 0C. RGB value is (73,116,12). Sum of RGB (Red+Green+Blue) = 73+116+12=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #49740C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49740C is #B68BF3. Grayscale: #5B5B5B. Windows color (decimal): -11963380 or 816201. OLE color: 816201.
HSL color Cylindrical-coordinate representation of color #49740C: hue angle of 84.81º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49740C is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 116 | 12 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.55 |
| HSL | 84.81º | 0.81% | 0.25% | - |
| HSV(B) | 84.81º | 0.9% | 0.45% | - |
| XYZ | 9.06 | 13.93 | 2.56 | - |
| YUV | 91.29 | 83.25 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 12 | 0.37 | 0 | 0.90 | 0.55 | 84.81 | 0.81 | 0.25 |
| Hex | 49 | 74 | C | 25 | 0 | 5A | 37 | 55 | 51 | 19 |
| Octal | 111 | 164 | 14 | 45 | 0 | 132 | 67 | 125 | 121 | 31 |
| Binary | 1001001 | 1110100 | 1100 | 100101 | 0 | 1011010 | 110111 | 1010101 | 1010001 | 11001 |
Color Harmonies of #49740C
Complementary color
Monochromatic Colors of #49740C
Black with #49740C
Text Example
Text Example
White with #49740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49740C; }
p { color: rgb(73,116,12); }
H1.HeaderClassName
{
color: #49740C;
}
.AnyTagClassName
{
color: #49740C;
}
</style>
background-color css
<style>
a { background-color: #49740C; }
a { background-color: rgb(73,116,12); }
div.DivClassName
{
background-color: #49740C;
}
.BgClassName
{
background-color: #49740C;
}
</style>
border-color css
<style>
span { border-color: #49740C; }
span { border-color: rgb(73,116,12); }
td.TdClassName
{
border-color: #49740C;
}
.TagClassName
{
border-color: #49740C;
}
</style>