Shades of Tom Thumb #495D44
Tints of Tom Thumb #495D44
RGB
CMYK
RGB Variations
Color information
#495D44 (or 0x495D44) is known color: Tom Thumb. HEX triplet: 49, 5D and 44. RGB value is (73,93,68). Sum of RGB (Red+Green+Blue) = 73+93+68=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #495D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D44 is #B6A2BB. Grayscale: #545454. Windows color (decimal): -11969212 or 4480329. OLE color: 4480329.
HSL color Cylindrical-coordinate representation of color #495D44: hue angle of 108º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #495D44 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 68 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.64 |
| HSL | 108º | 0.16% | 0.32% | - |
| HSV(B) | 108º | 0.27% | 0.36% | - |
| XYZ | 7.71 | 9.66 | 6.93 | - |
| YUV | 84.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 68 | 0.22 | 0 | 0.27 | 0.64 | 108 | 0.16 | 0.32 |
| Hex | 49 | 5D | 44 | 16 | 0 | 1B | 40 | 6C | 10 | 20 |
| Octal | 111 | 135 | 104 | 26 | 0 | 33 | 100 | 154 | 20 | 40 |
| Binary | 1001001 | 1011101 | 1000100 | 10110 | 0 | 11011 | 1000000 | 1101100 | 10000 | 100000 |
Color Harmonies of #495D44
Complementary color
Monochromatic Colors of #495D44
Black with #495D44
Text Example
Text Example
White with #495D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D44; }
p { color: rgb(73,93,68); }
H1.HeaderClassName
{
color: #495D44;
}
.AnyTagClassName
{
color: #495D44;
}
</style>
background-color css
<style>
a { background-color: #495D44; }
a { background-color: rgb(73,93,68); }
div.DivClassName
{
background-color: #495D44;
}
.BgClassName
{
background-color: #495D44;
}
</style>
border-color css
<style>
span { border-color: #495D44; }
span { border-color: rgb(73,93,68); }
td.TdClassName
{
border-color: #495D44;
}
.TagClassName
{
border-color: #495D44;
}
</style>