Shades of Tom Thumb #495A41
Tints of Tom Thumb #495A41
RGB
CMYK
RGB Variations
Color information
#495A41 (or 0x495A41) is known color: Tom Thumb. HEX triplet: 49, 5A and 41. RGB value is (73,90,65). Sum of RGB (Red+Green+Blue) = 73+90+65=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #495A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A41 is #B6A5BE. Grayscale: #525252. Windows color (decimal): -11969983 or 4282953. OLE color: 4282953.
HSL color Cylindrical-coordinate representation of color #495A41: hue angle of 100.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #495A41 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 65 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.65 |
| HSL | 100.8º | 0.16% | 0.3% | - |
| HSV(B) | 100.8º | 0.28% | 0.35% | - |
| XYZ | 7.36 | 9.11 | 6.37 | - |
| YUV | 82.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 65 | 0.19 | 0 | 0.28 | 0.65 | 100.8 | 0.16 | 0.3 |
| Hex | 49 | 5A | 41 | 13 | 0 | 1C | 41 | 65 | 10 | 1E |
| Octal | 111 | 132 | 101 | 23 | 0 | 34 | 101 | 145 | 20 | 36 |
| Binary | 1001001 | 1011010 | 1000001 | 10011 | 0 | 11100 | 1000001 | 1100101 | 10000 | 11110 |
Color Harmonies of #495A41
Complementary color
Monochromatic Colors of #495A41
Black with #495A41
Text Example
Text Example
White with #495A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A41; }
p { color: rgb(73,90,65); }
H1.HeaderClassName
{
color: #495A41;
}
.AnyTagClassName
{
color: #495A41;
}
</style>
background-color css
<style>
a { background-color: #495A41; }
a { background-color: rgb(73,90,65); }
div.DivClassName
{
background-color: #495A41;
}
.BgClassName
{
background-color: #495A41;
}
</style>
border-color css
<style>
span { border-color: #495A41; }
span { border-color: rgb(73,90,65); }
td.TdClassName
{
border-color: #495A41;
}
.TagClassName
{
border-color: #495A41;
}
</style>