Shades of Green Leaf #49661C
Tints of Green Leaf #49661C
RGB
CMYK
RGB Variations
Color information
#49661C (or 0x49661C) is known color: Green Leaf. HEX triplet: 49, 66 and 1C. RGB value is (73,102,28). Sum of RGB (Red+Green+Blue) = 73+102+28=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #49661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49661C is #B699E3. Grayscale: #555555. Windows color (decimal): -11966948 or 1861193. OLE color: 1861193.
HSL color Cylindrical-coordinate representation of color #49661C: hue angle of 83.51º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49661C is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 102 | 28 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.6 |
| HSL | 83.51º | 0.57% | 0.25% | - |
| HSV(B) | 83.51º | 0.73% | 0.4% | - |
| XYZ | 7.71 | 11 | 2.82 | - |
| YUV | 84.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 28 | 0.28 | 0 | 0.73 | 0.6 | 83.51 | 0.57 | 0.25 |
| Hex | 49 | 66 | 1C | 1C | 0 | 49 | 3C | 54 | 39 | 19 |
| Octal | 111 | 146 | 34 | 34 | 0 | 111 | 74 | 124 | 71 | 31 |
| Binary | 1001001 | 1100110 | 11100 | 11100 | 0 | 1001001 | 111100 | 1010100 | 111001 | 11001 |
Color Harmonies of #49661C
Complementary color
Monochromatic Colors of #49661C
Black with #49661C
Text Example
Text Example
White with #49661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49661C; }
p { color: rgb(73,102,28); }
H1.HeaderClassName
{
color: #49661C;
}
.AnyTagClassName
{
color: #49661C;
}
</style>
background-color css
<style>
a { background-color: #49661C; }
a { background-color: rgb(73,102,28); }
div.DivClassName
{
background-color: #49661C;
}
.BgClassName
{
background-color: #49661C;
}
</style>
border-color css
<style>
span { border-color: #49661C; }
span { border-color: rgb(73,102,28); }
td.TdClassName
{
border-color: #49661C;
}
.TagClassName
{
border-color: #49661C;
}
</style>