Shades of Tom Thumb #495F40
Tints of Tom Thumb #495F40
RGB
CMYK
RGB Variations
Color information
#495F40 (or 0x495F40) is known color: Tom Thumb. HEX triplet: 49, 5F and 40. RGB value is (73,95,64). Sum of RGB (Red+Green+Blue) = 73+95+64=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #495F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F40 is #B6A0BF. Grayscale: #545454. Windows color (decimal): -11968704 or 4218697. OLE color: 4218697.
HSL color Cylindrical-coordinate representation of color #495F40: hue angle of 102.58º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #495F40 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 64 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.63 |
| HSL | 102.58º | 0.19% | 0.31% | - |
| HSV(B) | 102.58º | 0.33% | 0.37% | - |
| XYZ | 7.77 | 9.97 | 6.37 | - |
| YUV | 84.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 64 | 0.23 | 0 | 0.33 | 0.63 | 102.58 | 0.19 | 0.31 |
| Hex | 49 | 5F | 40 | 17 | 0 | 21 | 3F | 67 | 13 | 1F |
| Octal | 111 | 137 | 100 | 27 | 0 | 41 | 77 | 147 | 23 | 37 |
| Binary | 1001001 | 1011111 | 1000000 | 10111 | 0 | 100001 | 111111 | 1100111 | 10011 | 11111 |
Color Harmonies of #495F40
Complementary color
Monochromatic Colors of #495F40
Black with #495F40
Text Example
Text Example
White with #495F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F40; }
p { color: rgb(73,95,64); }
H1.HeaderClassName
{
color: #495F40;
}
.AnyTagClassName
{
color: #495F40;
}
</style>
background-color css
<style>
a { background-color: #495F40; }
a { background-color: rgb(73,95,64); }
div.DivClassName
{
background-color: #495F40;
}
.BgClassName
{
background-color: #495F40;
}
</style>
border-color css
<style>
span { border-color: #495F40; }
span { border-color: rgb(73,95,64); }
td.TdClassName
{
border-color: #495F40;
}
.TagClassName
{
border-color: #495F40;
}
</style>