Shades of Tom Thumb #495D42
Tints of Tom Thumb #495D42
RGB
CMYK
RGB Variations
Color information
#495D42 (or 0x495D42) is known color: Tom Thumb. HEX triplet: 49, 5D and 42. RGB value is (73,93,66). Sum of RGB (Red+Green+Blue) = 73+93+66=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #495D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D42 is #B6A2BD. Grayscale: #545454. Windows color (decimal): -11969214 or 4349257. OLE color: 4349257.
HSL color Cylindrical-coordinate representation of color #495D42: hue angle of 104.44º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #495D42 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 66 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.64 |
| HSL | 104.44º | 0.17% | 0.31% | - |
| HSV(B) | 104.44º | 0.29% | 0.36% | - |
| XYZ | 7.65 | 9.64 | 6.61 | - |
| YUV | 83.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 66 | 0.22 | 0 | 0.29 | 0.64 | 104.44 | 0.17 | 0.31 |
| Hex | 49 | 5D | 42 | 16 | 0 | 1D | 40 | 68 | 11 | 1F |
| Octal | 111 | 135 | 102 | 26 | 0 | 35 | 100 | 150 | 21 | 37 |
| Binary | 1001001 | 1011101 | 1000010 | 10110 | 0 | 11101 | 1000000 | 1101000 | 10001 | 11111 |
Color Harmonies of #495D42
Complementary color
Monochromatic Colors of #495D42
Black with #495D42
Text Example
Text Example
White with #495D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D42; }
p { color: rgb(73,93,66); }
H1.HeaderClassName
{
color: #495D42;
}
.AnyTagClassName
{
color: #495D42;
}
</style>
background-color css
<style>
a { background-color: #495D42; }
a { background-color: rgb(73,93,66); }
div.DivClassName
{
background-color: #495D42;
}
.BgClassName
{
background-color: #495D42;
}
</style>
border-color css
<style>
span { border-color: #495D42; }
span { border-color: rgb(73,93,66); }
td.TdClassName
{
border-color: #495D42;
}
.TagClassName
{
border-color: #495D42;
}
</style>