Shades of Tom Thumb #4D5B46
Tints of Tom Thumb #4D5B46
RGB
CMYK
RGB Variations
Color information
#4D5B46 (or 0x4D5B46) is known color: Tom Thumb. HEX triplet: 4D, 5B and 46. RGB value is (77,91,70). Sum of RGB (Red+Green+Blue) = 77+91+70=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #4D5B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5B46 is #B2A4B9. Grayscale: #545454. Windows color (decimal): -11707578 or 4610893. OLE color: 4610893.
HSL color Cylindrical-coordinate representation of color #4D5B46: hue angle of 100º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D5B46 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 91 | 70 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.64 |
| HSL | 100º | 0.13% | 0.32% | - |
| HSV(B) | 100º | 0.23% | 0.36% | - |
| XYZ | 7.91 | 9.5 | 7.21 | - |
| YUV | 84.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 91 | 70 | 0.15 | 0 | 0.23 | 0.64 | 100 | 0.13 | 0.32 |
| Hex | 4D | 5B | 46 | F | 0 | 17 | 40 | 64 | D | 20 |
| Octal | 115 | 133 | 106 | 17 | 0 | 27 | 100 | 144 | 15 | 40 |
| Binary | 1001101 | 1011011 | 1000110 | 1111 | 0 | 10111 | 1000000 | 1100100 | 1101 | 100000 |
Color Harmonies of #4D5B46
Complementary color
Monochromatic Colors of #4D5B46
Black with #4D5B46
Text Example
Text Example
White with #4D5B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5B46; }
p { color: rgb(77,91,70); }
H1.HeaderClassName
{
color: #4D5B46;
}
.AnyTagClassName
{
color: #4D5B46;
}
</style>
background-color css
<style>
a { background-color: #4D5B46; }
a { background-color: rgb(77,91,70); }
div.DivClassName
{
background-color: #4D5B46;
}
.BgClassName
{
background-color: #4D5B46;
}
</style>
border-color css
<style>
span { border-color: #4D5B46; }
span { border-color: rgb(77,91,70); }
td.TdClassName
{
border-color: #4D5B46;
}
.TagClassName
{
border-color: #4D5B46;
}
</style>