Shades of Tom Thumb #4A683E
Tints of Tom Thumb #4A683E
RGB
CMYK
RGB Variations
Color information
#4A683E (or 0x4A683E) is known color: Tom Thumb. HEX triplet: 4A, 68 and 3E. RGB value is (74,104,62). Sum of RGB (Red+Green+Blue) = 74+104+62=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #4A683E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A683E is #B597C1. Grayscale: #5A5A5A. Windows color (decimal): -11900866 or 4089930. OLE color: 4089930.
HSL color Cylindrical-coordinate representation of color #4A683E: hue angle of 102.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A683E is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 104 | 62 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.59 |
| HSL | 102.86º | 0.25% | 0.33% | - |
| HSV(B) | 102.86º | 0.4% | 0.41% | - |
| XYZ | 8.64 | 11.7 | 6.36 | - |
| YUV | 90.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 62 | 0.29 | 0 | 0.40 | 0.59 | 102.86 | 0.25 | 0.33 |
| Hex | 4A | 68 | 3E | 1D | 0 | 28 | 3B | 67 | 19 | 21 |
| Octal | 112 | 150 | 76 | 35 | 0 | 50 | 73 | 147 | 31 | 41 |
| Binary | 1001010 | 1101000 | 111110 | 11101 | 0 | 101000 | 111011 | 1100111 | 11001 | 100001 |
Color Harmonies of #4A683E
Complementary color
Monochromatic Colors of #4A683E
Black with #4A683E
Text Example
Text Example
White with #4A683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A683E; }
p { color: rgb(74,104,62); }
H1.HeaderClassName
{
color: #4A683E;
}
.AnyTagClassName
{
color: #4A683E;
}
</style>
background-color css
<style>
a { background-color: #4A683E; }
a { background-color: rgb(74,104,62); }
div.DivClassName
{
background-color: #4A683E;
}
.BgClassName
{
background-color: #4A683E;
}
</style>
border-color css
<style>
span { border-color: #4A683E; }
span { border-color: rgb(74,104,62); }
td.TdClassName
{
border-color: #4A683E;
}
.TagClassName
{
border-color: #4A683E;
}
</style>