Shades of Tom Thumb #4D6948
Tints of Tom Thumb #4D6948
RGB
CMYK
RGB Variations
Color information
#4D6948 (or 0x4D6948) is known color: Tom Thumb. HEX triplet: 4D, 69 and 48. RGB value is (77,105,72). Sum of RGB (Red+Green+Blue) = 77+105+72=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6948 is #B296B7. Grayscale: #5C5C5C. Windows color (decimal): -11703992 or 4745549. OLE color: 4745549.
HSL color Cylindrical-coordinate representation of color #4D6948: hue angle of 110.91º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D6948 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 105 | 72 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.59 |
| HSL | 110.91º | 0.19% | 0.35% | - |
| HSV(B) | 110.91º | 0.31% | 0.41% | - |
| XYZ | 9.28 | 12.15 | 7.99 | - |
| YUV | 92.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 72 | 0.27 | 0 | 0.31 | 0.59 | 110.91 | 0.19 | 0.35 |
| Hex | 4D | 69 | 48 | 1B | 0 | 1F | 3B | 6F | 13 | 23 |
| Octal | 115 | 151 | 110 | 33 | 0 | 37 | 73 | 157 | 23 | 43 |
| Binary | 1001101 | 1101001 | 1001000 | 11011 | 0 | 11111 | 111011 | 1101111 | 10011 | 100011 |
Color Harmonies of #4D6948
Complementary color
Monochromatic Colors of #4D6948
Black with #4D6948
Text Example
Text Example
White with #4D6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6948; }
p { color: rgb(77,105,72); }
H1.HeaderClassName
{
color: #4D6948;
}
.AnyTagClassName
{
color: #4D6948;
}
</style>
background-color css
<style>
a { background-color: #4D6948; }
a { background-color: rgb(77,105,72); }
div.DivClassName
{
background-color: #4D6948;
}
.BgClassName
{
background-color: #4D6948;
}
</style>
border-color css
<style>
span { border-color: #4D6948; }
span { border-color: rgb(77,105,72); }
td.TdClassName
{
border-color: #4D6948;
}
.TagClassName
{
border-color: #4D6948;
}
</style>