Shades of Tom Thumb #495E40
Tints of Tom Thumb #495E40
RGB
CMYK
RGB Variations
Color information
#495E40 (or 0x495E40) is known color: Tom Thumb. HEX triplet: 49, 5E and 40. RGB value is (73,94,64). Sum of RGB (Red+Green+Blue) = 73+94+64=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 94 - color contains mainly: green. Hex color #495E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495E40 is #B6A1BF. Grayscale: #545454. Windows color (decimal): -11968960 or 4218441. OLE color: 4218441.
HSL color Cylindrical-coordinate representation of color #495E40: hue angle of 102º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #495E40 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 94 | 64 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.63 |
| HSL | 102º | 0.19% | 0.31% | - |
| HSV(B) | 102º | 0.32% | 0.37% | - |
| XYZ | 7.68 | 9.79 | 6.34 | - |
| YUV | 84.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 64 | 0.22 | 0 | 0.32 | 0.63 | 102 | 0.19 | 0.31 |
| Hex | 49 | 5E | 40 | 16 | 0 | 20 | 3F | 66 | 13 | 1F |
| Octal | 111 | 136 | 100 | 26 | 0 | 40 | 77 | 146 | 23 | 37 |
| Binary | 1001001 | 1011110 | 1000000 | 10110 | 0 | 100000 | 111111 | 1100110 | 10011 | 11111 |
Color Harmonies of #495E40
Complementary color
Monochromatic Colors of #495E40
Black with #495E40
Text Example
Text Example
White with #495E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495E40; }
p { color: rgb(73,94,64); }
H1.HeaderClassName
{
color: #495E40;
}
.AnyTagClassName
{
color: #495E40;
}
</style>
background-color css
<style>
a { background-color: #495E40; }
a { background-color: rgb(73,94,64); }
div.DivClassName
{
background-color: #495E40;
}
.BgClassName
{
background-color: #495E40;
}
</style>
border-color css
<style>
span { border-color: #495E40; }
span { border-color: rgb(73,94,64); }
td.TdClassName
{
border-color: #495E40;
}
.TagClassName
{
border-color: #495E40;
}
</style>