Shades of Tom Thumb #496A3D
Tints of Tom Thumb #496A3D
RGB
CMYK
RGB Variations
Color information
#496A3D (or 0x496A3D) is known color: Tom Thumb. HEX triplet: 49, 6A and 3D. RGB value is (73,106,61). Sum of RGB (Red+Green+Blue) = 73+106+61=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #496A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A3D is #B695C2. Grayscale: #5B5B5B. Windows color (decimal): -11965891 or 4024905. OLE color: 4024905.
HSL color Cylindrical-coordinate representation of color #496A3D: hue angle of 104º degrees, saturation: 0.27, 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 #496A3D is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 106 | 61 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.58 |
| HSL | 104º | 0.27% | 0.33% | - |
| HSV(B) | 104º | 0.42% | 0.42% | - |
| XYZ | 8.74 | 12.06 | 6.28 | - |
| YUV | 91 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 61 | 0.31 | 0 | 0.42 | 0.58 | 104 | 0.27 | 0.33 |
| Hex | 49 | 6A | 3D | 1F | 0 | 2A | 3A | 68 | 1B | 21 |
| Octal | 111 | 152 | 75 | 37 | 0 | 52 | 72 | 150 | 33 | 41 |
| Binary | 1001001 | 1101010 | 111101 | 11111 | 0 | 101010 | 111010 | 1101000 | 11011 | 100001 |
Color Harmonies of #496A3D
Complementary color
Monochromatic Colors of #496A3D
Black with #496A3D
Text Example
Text Example
White with #496A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496A3D; }
p { color: rgb(73,106,61); }
H1.HeaderClassName
{
color: #496A3D;
}
.AnyTagClassName
{
color: #496A3D;
}
</style>
background-color css
<style>
a { background-color: #496A3D; }
a { background-color: rgb(73,106,61); }
div.DivClassName
{
background-color: #496A3D;
}
.BgClassName
{
background-color: #496A3D;
}
</style>
border-color css
<style>
span { border-color: #496A3D; }
span { border-color: rgb(73,106,61); }
td.TdClassName
{
border-color: #496A3D;
}
.TagClassName
{
border-color: #496A3D;
}
</style>