Shades of Tom Thumb #495B43
Tints of Tom Thumb #495B43
RGB
CMYK
RGB Variations
Color information
#495B43 (or 0x495B43) is known color: Tom Thumb. HEX triplet: 49, 5B and 43. RGB value is (73,91,67). Sum of RGB (Red+Green+Blue) = 73+91+67=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 91 - color contains mainly: green. Hex color #495B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B43 is #B6A4BC. Grayscale: #525252. Windows color (decimal): -11969725 or 4414281. OLE color: 4414281.
HSL color Cylindrical-coordinate representation of color #495B43: hue angle of 105º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495B43 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 67 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.64 |
| HSL | 105º | 0.15% | 0.31% | - |
| HSV(B) | 105º | 0.26% | 0.36% | - |
| XYZ | 7.5 | 9.3 | 6.71 | - |
| YUV | 82.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 67 | 0.20 | 0 | 0.26 | 0.64 | 105 | 0.15 | 0.31 |
| Hex | 49 | 5B | 43 | 14 | 0 | 1A | 40 | 69 | F | 1F |
| Octal | 111 | 133 | 103 | 24 | 0 | 32 | 100 | 151 | 17 | 37 |
| Binary | 1001001 | 1011011 | 1000011 | 10100 | 0 | 11010 | 1000000 | 1101001 | 1111 | 11111 |
Color Harmonies of #495B43
Complementary color
Monochromatic Colors of #495B43
Black with #495B43
Text Example
Text Example
White with #495B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B43; }
p { color: rgb(73,91,67); }
H1.HeaderClassName
{
color: #495B43;
}
.AnyTagClassName
{
color: #495B43;
}
</style>
background-color css
<style>
a { background-color: #495B43; }
a { background-color: rgb(73,91,67); }
div.DivClassName
{
background-color: #495B43;
}
.BgClassName
{
background-color: #495B43;
}
</style>
border-color css
<style>
span { border-color: #495B43; }
span { border-color: rgb(73,91,67); }
td.TdClassName
{
border-color: #495B43;
}
.TagClassName
{
border-color: #495B43;
}
</style>