Shades of Tom Thumb #495F3F
Tints of Tom Thumb #495F3F
RGB
CMYK
RGB Variations
Color information
#495F3F (or 0x495F3F) is known color: Tom Thumb. HEX triplet: 49, 5F and 3F. RGB value is (73,95,63). Sum of RGB (Red+Green+Blue) = 73+95+63=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #495F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F3F is #B6A0C0. Grayscale: #545454. Windows color (decimal): -11968705 or 4153161. OLE color: 4153161.
HSL color Cylindrical-coordinate representation of color #495F3F: hue angle of 101.25º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #495F3F is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 63 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.63 |
| HSL | 101.25º | 0.2% | 0.31% | - |
| HSV(B) | 101.25º | 0.34% | 0.37% | - |
| XYZ | 7.74 | 9.96 | 6.22 | - |
| YUV | 84.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 63 | 0.23 | 0 | 0.34 | 0.63 | 101.25 | 0.2 | 0.31 |
| Hex | 49 | 5F | 3F | 17 | 0 | 22 | 3F | 65 | 14 | 1F |
| Octal | 111 | 137 | 77 | 27 | 0 | 42 | 77 | 145 | 24 | 37 |
| Binary | 1001001 | 1011111 | 111111 | 10111 | 0 | 100010 | 111111 | 1100101 | 10100 | 11111 |
Color Harmonies of #495F3F
Complementary color
Monochromatic Colors of #495F3F
Black with #495F3F
Text Example
Text Example
White with #495F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F3F; }
p { color: rgb(73,95,63); }
H1.HeaderClassName
{
color: #495F3F;
}
.AnyTagClassName
{
color: #495F3F;
}
</style>
background-color css
<style>
a { background-color: #495F3F; }
a { background-color: rgb(73,95,63); }
div.DivClassName
{
background-color: #495F3F;
}
.BgClassName
{
background-color: #495F3F;
}
</style>
border-color css
<style>
span { border-color: #495F3F; }
span { border-color: rgb(73,95,63); }
td.TdClassName
{
border-color: #495F3F;
}
.TagClassName
{
border-color: #495F3F;
}
</style>