Shades of Tom Thumb #466A40
Tints of Tom Thumb #466A40
RGB
CMYK
RGB Variations
Color information
#466A40 (or 0x466A40) is known color: Tom Thumb. HEX triplet: 46, 6A and 40. RGB value is (70,106,64). Sum of RGB (Red+Green+Blue) = 70+106+64=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #466A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A40 is #B995BF. Grayscale: #5A5A5A. Windows color (decimal): -12162496 or 4221510. OLE color: 4221510.
HSL color Cylindrical-coordinate representation of color #466A40: hue angle of 111.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466A40 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 64 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.58 |
| HSL | 111.43º | 0.25% | 0.33% | - |
| HSV(B) | 111.43º | 0.4% | 0.42% | - |
| XYZ | 8.61 | 11.98 | 6.71 | - |
| YUV | 90.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 64 | 0.34 | 0 | 0.40 | 0.58 | 111.43 | 0.25 | 0.33 |
| Hex | 46 | 6A | 40 | 22 | 0 | 28 | 3A | 6F | 19 | 21 |
| Octal | 106 | 152 | 100 | 42 | 0 | 50 | 72 | 157 | 31 | 41 |
| Binary | 1000110 | 1101010 | 1000000 | 100010 | 0 | 101000 | 111010 | 1101111 | 11001 | 100001 |
Color Harmonies of #466A40
Complementary color
Monochromatic Colors of #466A40
Black with #466A40
Text Example
Text Example
White with #466A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A40; }
p { color: rgb(70,106,64); }
H1.HeaderClassName
{
color: #466A40;
}
.AnyTagClassName
{
color: #466A40;
}
</style>
background-color css
<style>
a { background-color: #466A40; }
a { background-color: rgb(70,106,64); }
div.DivClassName
{
background-color: #466A40;
}
.BgClassName
{
background-color: #466A40;
}
</style>
border-color css
<style>
span { border-color: #466A40; }
span { border-color: rgb(70,106,64); }
td.TdClassName
{
border-color: #466A40;
}
.TagClassName
{
border-color: #466A40;
}
</style>