Shades of Tom Thumb #495A44
Tints of Tom Thumb #495A44
RGB
CMYK
RGB Variations
Color information
#495A44 (or 0x495A44) is known color: Tom Thumb. HEX triplet: 49, 5A and 44. RGB value is (73,90,68). Sum of RGB (Red+Green+Blue) = 73+90+68=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #495A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A44 is #B6A5BB. Grayscale: #525252. Windows color (decimal): -11969980 or 4479561. OLE color: 4479561.
HSL color Cylindrical-coordinate representation of color #495A44: hue angle of 106.36º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #495A44 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 68 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.65 |
| HSL | 106.36º | 0.14% | 0.31% | - |
| HSV(B) | 106.36º | 0.24% | 0.35% | - |
| XYZ | 7.45 | 9.15 | 6.84 | - |
| YUV | 82.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 68 | 0.19 | 0 | 0.24 | 0.65 | 106.36 | 0.14 | 0.31 |
| Hex | 49 | 5A | 44 | 13 | 0 | 18 | 41 | 6A | E | 1F |
| Octal | 111 | 132 | 104 | 23 | 0 | 30 | 101 | 152 | 16 | 37 |
| Binary | 1001001 | 1011010 | 1000100 | 10011 | 0 | 11000 | 1000001 | 1101010 | 1110 | 11111 |
Color Harmonies of #495A44
Complementary color
Monochromatic Colors of #495A44
Black with #495A44
Text Example
Text Example
White with #495A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A44; }
p { color: rgb(73,90,68); }
H1.HeaderClassName
{
color: #495A44;
}
.AnyTagClassName
{
color: #495A44;
}
</style>
background-color css
<style>
a { background-color: #495A44; }
a { background-color: rgb(73,90,68); }
div.DivClassName
{
background-color: #495A44;
}
.BgClassName
{
background-color: #495A44;
}
</style>
border-color css
<style>
span { border-color: #495A44; }
span { border-color: rgb(73,90,68); }
td.TdClassName
{
border-color: #495A44;
}
.TagClassName
{
border-color: #495A44;
}
</style>