Shades of Tom Thumb #4A683D
Tints of Tom Thumb #4A683D
RGB
CMYK
RGB Variations
Color information
#4A683D (or 0x4A683D) is known color: Tom Thumb. HEX triplet: 4A, 68 and 3D. RGB value is (74,104,61). Sum of RGB (Red+Green+Blue) = 74+104+61=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #4A683D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A683D is #B597C2. Grayscale: #5A5A5A. Windows color (decimal): -11900867 or 4024394. OLE color: 4024394.
HSL color Cylindrical-coordinate representation of color #4A683D: hue angle of 101.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A683D is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 104 | 61 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.59 |
| HSL | 101.86º | 0.26% | 0.32% | - |
| HSV(B) | 101.86º | 0.41% | 0.41% | - |
| XYZ | 8.62 | 11.69 | 6.22 | - |
| YUV | 90.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 61 | 0.29 | 0 | 0.41 | 0.59 | 101.86 | 0.26 | 0.32 |
| Hex | 4A | 68 | 3D | 1D | 0 | 29 | 3B | 66 | 1A | 20 |
| Octal | 112 | 150 | 75 | 35 | 0 | 51 | 73 | 146 | 32 | 40 |
| Binary | 1001010 | 1101000 | 111101 | 11101 | 0 | 101001 | 111011 | 1100110 | 11010 | 100000 |
Color Harmonies of #4A683D
Complementary color
Monochromatic Colors of #4A683D
Black with #4A683D
Text Example
Text Example
White with #4A683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A683D; }
p { color: rgb(74,104,61); }
H1.HeaderClassName
{
color: #4A683D;
}
.AnyTagClassName
{
color: #4A683D;
}
</style>
background-color css
<style>
a { background-color: #4A683D; }
a { background-color: rgb(74,104,61); }
div.DivClassName
{
background-color: #4A683D;
}
.BgClassName
{
background-color: #4A683D;
}
</style>
border-color css
<style>
span { border-color: #4A683D; }
span { border-color: rgb(74,104,61); }
td.TdClassName
{
border-color: #4A683D;
}
.TagClassName
{
border-color: #4A683D;
}
</style>