Shades of Green Leaf #49741C
Tints of Green Leaf #49741C
RGB
CMYK
RGB Variations
Color information
#49741C (or 0x49741C) is known color: Green Leaf. HEX triplet: 49, 74 and 1C. RGB value is (73,116,28). Sum of RGB (Red+Green+Blue) = 73+116+28=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #49741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49741C is #B68BE3. Grayscale: #5D5D5D. Windows color (decimal): -11963364 or 1864777. OLE color: 1864777.
HSL color Cylindrical-coordinate representation of color #49741C: hue angle of 89.32º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49741C is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 116 | 28 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.55 |
| HSL | 89.32º | 0.61% | 0.28% | - |
| HSV(B) | 89.32º | 0.76% | 0.45% | - |
| XYZ | 9.2 | 13.99 | 3.31 | - |
| YUV | 93.11 | 91.25 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 28 | 0.37 | 0 | 0.76 | 0.55 | 89.32 | 0.61 | 0.28 |
| Hex | 49 | 74 | 1C | 25 | 0 | 4C | 37 | 59 | 3D | 1C |
| Octal | 111 | 164 | 34 | 45 | 0 | 114 | 67 | 131 | 75 | 34 |
| Binary | 1001001 | 1110100 | 11100 | 100101 | 0 | 1001100 | 110111 | 1011001 | 111101 | 11100 |
Color Harmonies of #49741C
Complementary color
Monochromatic Colors of #49741C
Black with #49741C
Text Example
Text Example
White with #49741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49741C; }
p { color: rgb(73,116,28); }
H1.HeaderClassName
{
color: #49741C;
}
.AnyTagClassName
{
color: #49741C;
}
</style>
background-color css
<style>
a { background-color: #49741C; }
a { background-color: rgb(73,116,28); }
div.DivClassName
{
background-color: #49741C;
}
.BgClassName
{
background-color: #49741C;
}
</style>
border-color css
<style>
span { border-color: #49741C; }
span { border-color: rgb(73,116,28); }
td.TdClassName
{
border-color: #49741C;
}
.TagClassName
{
border-color: #49741C;
}
</style>