Shades of Tom Thumb #495A42
Tints of Tom Thumb #495A42
RGB
CMYK
RGB Variations
Color information
#495A42 (or 0x495A42) is known color: Tom Thumb. HEX triplet: 49, 5A and 42. RGB value is (73,90,66). Sum of RGB (Red+Green+Blue) = 73+90+66=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #495A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A42 is #B6A5BD. Grayscale: #525252. Windows color (decimal): -11969982 or 4348489. OLE color: 4348489.
HSL color Cylindrical-coordinate representation of color #495A42: hue angle of 102.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #495A42 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 66 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.65 |
| HSL | 102.5º | 0.15% | 0.31% | - |
| HSV(B) | 102.5º | 0.27% | 0.35% | - |
| XYZ | 7.39 | 9.12 | 6.53 | - |
| YUV | 82.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 66 | 0.19 | 0 | 0.27 | 0.65 | 102.5 | 0.15 | 0.31 |
| Hex | 49 | 5A | 42 | 13 | 0 | 1B | 41 | 66 | F | 1F |
| Octal | 111 | 132 | 102 | 23 | 0 | 33 | 101 | 146 | 17 | 37 |
| Binary | 1001001 | 1011010 | 1000010 | 10011 | 0 | 11011 | 1000001 | 1100110 | 1111 | 11111 |
Color Harmonies of #495A42
Complementary color
Monochromatic Colors of #495A42
Black with #495A42
Text Example
Text Example
White with #495A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A42; }
p { color: rgb(73,90,66); }
H1.HeaderClassName
{
color: #495A42;
}
.AnyTagClassName
{
color: #495A42;
}
</style>
background-color css
<style>
a { background-color: #495A42; }
a { background-color: rgb(73,90,66); }
div.DivClassName
{
background-color: #495A42;
}
.BgClassName
{
background-color: #495A42;
}
</style>
border-color css
<style>
span { border-color: #495A42; }
span { border-color: rgb(73,90,66); }
td.TdClassName
{
border-color: #495A42;
}
.TagClassName
{
border-color: #495A42;
}
</style>