Shades of Tom Thumb #465A40
Tints of Tom Thumb #465A40
RGB
CMYK
RGB Variations
Color information
#465A40 (or 0x465A40) is known color: Tom Thumb. HEX triplet: 46, 5A and 40. RGB value is (70,90,64). Sum of RGB (Red+Green+Blue) = 70+90+64=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #465A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A40 is #B9A5BF. Grayscale: #515151. Windows color (decimal): -12166592 or 4217414. OLE color: 4217414.
HSL color Cylindrical-coordinate representation of color #465A40: hue angle of 106.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #465A40 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 64 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.65 |
| HSL | 106.15º | 0.17% | 0.3% | - |
| HSV(B) | 106.15º | 0.29% | 0.35% | - |
| XYZ | 7.11 | 8.98 | 6.21 | - |
| YUV | 81.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 64 | 0.22 | 0 | 0.29 | 0.65 | 106.15 | 0.17 | 0.3 |
| Hex | 46 | 5A | 40 | 16 | 0 | 1D | 41 | 6A | 11 | 1E |
| Octal | 106 | 132 | 100 | 26 | 0 | 35 | 101 | 152 | 21 | 36 |
| Binary | 1000110 | 1011010 | 1000000 | 10110 | 0 | 11101 | 1000001 | 1101010 | 10001 | 11110 |
Color Harmonies of #465A40
Complementary color
Monochromatic Colors of #465A40
Black with #465A40
Text Example
Text Example
White with #465A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A40; }
p { color: rgb(70,90,64); }
H1.HeaderClassName
{
color: #465A40;
}
.AnyTagClassName
{
color: #465A40;
}
</style>
background-color css
<style>
a { background-color: #465A40; }
a { background-color: rgb(70,90,64); }
div.DivClassName
{
background-color: #465A40;
}
.BgClassName
{
background-color: #465A40;
}
</style>
border-color css
<style>
span { border-color: #465A40; }
span { border-color: rgb(70,90,64); }
td.TdClassName
{
border-color: #465A40;
}
.TagClassName
{
border-color: #465A40;
}
</style>