Shades of Tom Thumb #495D43
Tints of Tom Thumb #495D43
RGB
CMYK
RGB Variations
Color information
#495D43 (or 0x495D43) is known color: Tom Thumb. HEX triplet: 49, 5D and 43. RGB value is (73,93,67). Sum of RGB (Red+Green+Blue) = 73+93+67=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 93 - color contains mainly: green. Hex color #495D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D43 is #B6A2BC. Grayscale: #545454. Windows color (decimal): -11969213 or 4414793. OLE color: 4414793.
HSL color Cylindrical-coordinate representation of color #495D43: hue angle of 106.15º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #495D43 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 67 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.64 |
| HSL | 106.15º | 0.16% | 0.31% | - |
| HSV(B) | 106.15º | 0.28% | 0.36% | - |
| XYZ | 7.68 | 9.65 | 6.77 | - |
| YUV | 84.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 67 | 0.22 | 0 | 0.28 | 0.64 | 106.15 | 0.16 | 0.31 |
| Hex | 49 | 5D | 43 | 16 | 0 | 1C | 40 | 6A | 10 | 1F |
| Octal | 111 | 135 | 103 | 26 | 0 | 34 | 100 | 152 | 20 | 37 |
| Binary | 1001001 | 1011101 | 1000011 | 10110 | 0 | 11100 | 1000000 | 1101010 | 10000 | 11111 |
Color Harmonies of #495D43
Complementary color
Monochromatic Colors of #495D43
Black with #495D43
Text Example
Text Example
White with #495D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D43; }
p { color: rgb(73,93,67); }
H1.HeaderClassName
{
color: #495D43;
}
.AnyTagClassName
{
color: #495D43;
}
</style>
background-color css
<style>
a { background-color: #495D43; }
a { background-color: rgb(73,93,67); }
div.DivClassName
{
background-color: #495D43;
}
.BgClassName
{
background-color: #495D43;
}
</style>
border-color css
<style>
span { border-color: #495D43; }
span { border-color: rgb(73,93,67); }
td.TdClassName
{
border-color: #495D43;
}
.TagClassName
{
border-color: #495D43;
}
</style>