Shades of Tom Thumb #4D6D46
Tints of Tom Thumb #4D6D46
RGB
CMYK
RGB Variations
Color information
#4D6D46 (or 0x4D6D46) is known color: Tom Thumb. HEX triplet: 4D, 6D and 46. RGB value is (77,109,70). Sum of RGB (Red+Green+Blue) = 77+109+70=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6D46 is #B292B9. Grayscale: #5F5F5F. Windows color (decimal): -11702970 or 4615501. OLE color: 4615501.
HSL color Cylindrical-coordinate representation of color #4D6D46: hue angle of 109.23º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D6D46 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 109 | 70 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.57 |
| HSL | 109.23º | 0.22% | 0.35% | - |
| HSV(B) | 109.23º | 0.36% | 0.43% | - |
| XYZ | 9.63 | 12.96 | 7.79 | - |
| YUV | 94.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 70 | 0.29 | 0 | 0.36 | 0.57 | 109.23 | 0.22 | 0.35 |
| Hex | 4D | 6D | 46 | 1D | 0 | 24 | 39 | 6D | 16 | 23 |
| Octal | 115 | 155 | 106 | 35 | 0 | 44 | 71 | 155 | 26 | 43 |
| Binary | 1001101 | 1101101 | 1000110 | 11101 | 0 | 100100 | 111001 | 1101101 | 10110 | 100011 |
Color Harmonies of #4D6D46
Complementary color
Monochromatic Colors of #4D6D46
Black with #4D6D46
Text Example
Text Example
White with #4D6D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6D46; }
p { color: rgb(77,109,70); }
H1.HeaderClassName
{
color: #4D6D46;
}
.AnyTagClassName
{
color: #4D6D46;
}
</style>
background-color css
<style>
a { background-color: #4D6D46; }
a { background-color: rgb(77,109,70); }
div.DivClassName
{
background-color: #4D6D46;
}
.BgClassName
{
background-color: #4D6D46;
}
</style>
border-color css
<style>
span { border-color: #4D6D46; }
span { border-color: rgb(77,109,70); }
td.TdClassName
{
border-color: #4D6D46;
}
.TagClassName
{
border-color: #4D6D46;
}
</style>