Shades of Tom Thumb #496C3F
Tints of Tom Thumb #496C3F
RGB
CMYK
RGB Variations
Color information
#496C3F (or 0x496C3F) is known color: Tom Thumb. HEX triplet: 49, 6C and 3F. RGB value is (73,108,63). Sum of RGB (Red+Green+Blue) = 73+108+63=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #496C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496C3F is #B693C0. Grayscale: #5C5C5C. Windows color (decimal): -11965377 or 4156489. OLE color: 4156489.
HSL color Cylindrical-coordinate representation of color #496C3F: hue angle of 106.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #496C3F is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 108 | 63 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.58 |
| HSL | 106.67º | 0.26% | 0.34% | - |
| HSV(B) | 106.67º | 0.42% | 0.42% | - |
| XYZ | 9.01 | 12.5 | 6.64 | - |
| YUV | 92.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 63 | 0.32 | 0 | 0.42 | 0.58 | 106.67 | 0.26 | 0.34 |
| Hex | 49 | 6C | 3F | 20 | 0 | 2A | 3A | 6B | 1A | 22 |
| Octal | 111 | 154 | 77 | 40 | 0 | 52 | 72 | 153 | 32 | 42 |
| Binary | 1001001 | 1101100 | 111111 | 100000 | 0 | 101010 | 111010 | 1101011 | 11010 | 100010 |
Color Harmonies of #496C3F
Complementary color
Monochromatic Colors of #496C3F
Black with #496C3F
Text Example
Text Example
White with #496C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C3F; }
p { color: rgb(73,108,63); }
H1.HeaderClassName
{
color: #496C3F;
}
.AnyTagClassName
{
color: #496C3F;
}
</style>
background-color css
<style>
a { background-color: #496C3F; }
a { background-color: rgb(73,108,63); }
div.DivClassName
{
background-color: #496C3F;
}
.BgClassName
{
background-color: #496C3F;
}
</style>
border-color css
<style>
span { border-color: #496C3F; }
span { border-color: rgb(73,108,63); }
td.TdClassName
{
border-color: #496C3F;
}
.TagClassName
{
border-color: #496C3F;
}
</style>