Shades of Tom Thumb #496A3E
Tints of Tom Thumb #496A3E
RGB
CMYK
RGB Variations
Color information
#496A3E (or 0x496A3E) is known color: Tom Thumb. HEX triplet: 49, 6A and 3E. RGB value is (73,106,62). Sum of RGB (Red+Green+Blue) = 73+106+62=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #496A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A3E is #B695C1. Grayscale: #5B5B5B. Windows color (decimal): -11965890 or 4090441. OLE color: 4090441.
HSL color Cylindrical-coordinate representation of color #496A3E: hue angle of 105º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #496A3E is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 106 | 62 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.58 |
| HSL | 105º | 0.26% | 0.33% | - |
| HSV(B) | 105º | 0.42% | 0.42% | - |
| XYZ | 8.77 | 12.07 | 6.43 | - |
| YUV | 91.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 62 | 0.31 | 0 | 0.42 | 0.58 | 105 | 0.26 | 0.33 |
| Hex | 49 | 6A | 3E | 1F | 0 | 2A | 3A | 69 | 1A | 21 |
| Octal | 111 | 152 | 76 | 37 | 0 | 52 | 72 | 151 | 32 | 41 |
| Binary | 1001001 | 1101010 | 111110 | 11111 | 0 | 101010 | 111010 | 1101001 | 11010 | 100001 |
Color Harmonies of #496A3E
Complementary color
Monochromatic Colors of #496A3E
Black with #496A3E
Text Example
Text Example
White with #496A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496A3E; }
p { color: rgb(73,106,62); }
H1.HeaderClassName
{
color: #496A3E;
}
.AnyTagClassName
{
color: #496A3E;
}
</style>
background-color css
<style>
a { background-color: #496A3E; }
a { background-color: rgb(73,106,62); }
div.DivClassName
{
background-color: #496A3E;
}
.BgClassName
{
background-color: #496A3E;
}
</style>
border-color css
<style>
span { border-color: #496A3E; }
span { border-color: rgb(73,106,62); }
td.TdClassName
{
border-color: #496A3E;
}
.TagClassName
{
border-color: #496A3E;
}
</style>