Shades of Tom Thumb #4D6C46
Tints of Tom Thumb #4D6C46
RGB
CMYK
RGB Variations
Color information
#4D6C46 (or 0x4D6C46) is known color: Tom Thumb. HEX triplet: 4D, 6C and 46. RGB value is (77,108,70). Sum of RGB (Red+Green+Blue) = 77+108+70=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #4D6C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6C46 is #B293B9. Grayscale: #5E5E5E. Windows color (decimal): -11703226 or 4615245. OLE color: 4615245.
HSL color Cylindrical-coordinate representation of color #4D6C46: hue angle of 108.95º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D6C46 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 108 | 70 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.58 |
| HSL | 108.95º | 0.21% | 0.35% | - |
| HSV(B) | 108.95º | 0.35% | 0.42% | - |
| XYZ | 9.53 | 12.75 | 7.75 | - |
| YUV | 94.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 70 | 0.29 | 0 | 0.35 | 0.58 | 108.95 | 0.21 | 0.35 |
| Hex | 4D | 6C | 46 | 1D | 0 | 23 | 3A | 6D | 15 | 23 |
| Octal | 115 | 154 | 106 | 35 | 0 | 43 | 72 | 155 | 25 | 43 |
| Binary | 1001101 | 1101100 | 1000110 | 11101 | 0 | 100011 | 111010 | 1101101 | 10101 | 100011 |
Color Harmonies of #4D6C46
Complementary color
Monochromatic Colors of #4D6C46
Black with #4D6C46
Text Example
Text Example
White with #4D6C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6C46; }
p { color: rgb(77,108,70); }
H1.HeaderClassName
{
color: #4D6C46;
}
.AnyTagClassName
{
color: #4D6C46;
}
</style>
background-color css
<style>
a { background-color: #4D6C46; }
a { background-color: rgb(77,108,70); }
div.DivClassName
{
background-color: #4D6C46;
}
.BgClassName
{
background-color: #4D6C46;
}
</style>
border-color css
<style>
span { border-color: #4D6C46; }
span { border-color: rgb(77,108,70); }
td.TdClassName
{
border-color: #4D6C46;
}
.TagClassName
{
border-color: #4D6C46;
}
</style>