Shades of Tom Thumb #495D40
Tints of Tom Thumb #495D40
RGB
CMYK
RGB Variations
Color information
#495D40 (or 0x495D40) is known color: Tom Thumb. HEX triplet: 49, 5D and 40. RGB value is (73,93,64). Sum of RGB (Red+Green+Blue) = 73+93+64=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #495D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D40 is #B6A2BF. Grayscale: #535353. Windows color (decimal): -11969216 or 4218185. OLE color: 4218185.
HSL color Cylindrical-coordinate representation of color #495D40: hue angle of 101.38º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #495D40 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 64 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.64 |
| HSL | 101.38º | 0.18% | 0.31% | - |
| HSV(B) | 101.38º | 0.31% | 0.36% | - |
| XYZ | 7.59 | 9.62 | 6.31 | - |
| YUV | 83.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 64 | 0.22 | 0 | 0.31 | 0.64 | 101.38 | 0.18 | 0.31 |
| Hex | 49 | 5D | 40 | 16 | 0 | 1F | 40 | 65 | 12 | 1F |
| Octal | 111 | 135 | 100 | 26 | 0 | 37 | 100 | 145 | 22 | 37 |
| Binary | 1001001 | 1011101 | 1000000 | 10110 | 0 | 11111 | 1000000 | 1100101 | 10010 | 11111 |
Color Harmonies of #495D40
Complementary color
Monochromatic Colors of #495D40
Black with #495D40
Text Example
Text Example
White with #495D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D40; }
p { color: rgb(73,93,64); }
H1.HeaderClassName
{
color: #495D40;
}
.AnyTagClassName
{
color: #495D40;
}
</style>
background-color css
<style>
a { background-color: #495D40; }
a { background-color: rgb(73,93,64); }
div.DivClassName
{
background-color: #495D40;
}
.BgClassName
{
background-color: #495D40;
}
</style>
border-color css
<style>
span { border-color: #495D40; }
span { border-color: rgb(73,93,64); }
td.TdClassName
{
border-color: #495D40;
}
.TagClassName
{
border-color: #495D40;
}
</style>