Shades of Green Leaf #49671C
Tints of Green Leaf #49671C
RGB
CMYK
RGB Variations
Color information
#49671C (or 0x49671C) is known color: Green Leaf. HEX triplet: 49, 67 and 1C. RGB value is (73,103,28). Sum of RGB (Red+Green+Blue) = 73+103+28=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 103 (40.62% from 255 or 50.49% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 103 - color contains mainly: green. Hex color #49671C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49671C is #B698E3. Grayscale: #555555. Windows color (decimal): -11966692 or 1861449. OLE color: 1861449.
HSL color Cylindrical-coordinate representation of color #49671C: hue angle of 84º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49671C is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 28 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.60 |
| HSL | 84º | 0.57% | 0.26% | - |
| HSV(B) | 84º | 0.73% | 0.4% | - |
| XYZ | 7.81 | 11.2 | 2.85 | - |
| YUV | 85.48 | 95.56 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 28 | 0.29 | 0 | 0.73 | 0.60 | 84 | 0.57 | 0.26 |
| Hex | 49 | 67 | 1C | 1D | 0 | 49 | 3C | 54 | 39 | 1A |
| Octal | 111 | 147 | 34 | 35 | 0 | 111 | 74 | 124 | 71 | 32 |
| Binary | 1001001 | 1100111 | 11100 | 11101 | 0 | 1001001 | 111100 | 1010100 | 111001 | 11010 |
Color Harmonies of #49671C
Complementary color
Monochromatic Colors of #49671C
Black with #49671C
Text Example
Text Example
White with #49671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49671C; }
p { color: rgb(73,103,28); }
H1.HeaderClassName
{
color: #49671C;
}
.AnyTagClassName
{
color: #49671C;
}
</style>
background-color css
<style>
a { background-color: #49671C; }
a { background-color: rgb(73,103,28); }
div.DivClassName
{
background-color: #49671C;
}
.BgClassName
{
background-color: #49671C;
}
</style>
border-color css
<style>
span { border-color: #49671C; }
span { border-color: rgb(73,103,28); }
td.TdClassName
{
border-color: #49671C;
}
.TagClassName
{
border-color: #49671C;
}
</style>