Shades of Tom Thumb #496A44
Tints of Tom Thumb #496A44
RGB
CMYK
RGB Variations
Color information
#496A44 (or 0x496A44) is known color: Tom Thumb. HEX triplet: 49, 6A and 44. RGB value is (73,106,68). Sum of RGB (Red+Green+Blue) = 73+106+68=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 106 - color contains mainly: green. Hex color #496A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A44 is #B695BB. Grayscale: #5B5B5B. Windows color (decimal): -11965884 or 4483657. OLE color: 4483657.
HSL color Cylindrical-coordinate representation of color #496A44: hue angle of 112.11º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #496A44 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 106 | 68 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.58 |
| HSL | 112.11º | 0.22% | 0.34% | - |
| HSV(B) | 112.11º | 0.36% | 0.42% | - |
| XYZ | 8.95 | 12.14 | 7.34 | - |
| YUV | 91.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 68 | 0.31 | 0 | 0.36 | 0.58 | 112.11 | 0.22 | 0.34 |
| Hex | 49 | 6A | 44 | 1F | 0 | 24 | 3A | 70 | 16 | 22 |
| Octal | 111 | 152 | 104 | 37 | 0 | 44 | 72 | 160 | 26 | 42 |
| Binary | 1001001 | 1101010 | 1000100 | 11111 | 0 | 100100 | 111010 | 1110000 | 10110 | 100010 |
Color Harmonies of #496A44
Complementary color
Monochromatic Colors of #496A44
Black with #496A44
Text Example
Text Example
White with #496A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496A44; }
p { color: rgb(73,106,68); }
H1.HeaderClassName
{
color: #496A44;
}
.AnyTagClassName
{
color: #496A44;
}
</style>
background-color css
<style>
a { background-color: #496A44; }
a { background-color: rgb(73,106,68); }
div.DivClassName
{
background-color: #496A44;
}
.BgClassName
{
background-color: #496A44;
}
</style>
border-color css
<style>
span { border-color: #496A44; }
span { border-color: rgb(73,106,68); }
td.TdClassName
{
border-color: #496A44;
}
.TagClassName
{
border-color: #496A44;
}
</style>