Shades of Tom Thumb #4A683F
Tints of Tom Thumb #4A683F
RGB
CMYK
RGB Variations
Color information
#4A683F (or 0x4A683F) is known color: Tom Thumb. HEX triplet: 4A, 68 and 3F. RGB value is (74,104,63). Sum of RGB (Red+Green+Blue) = 74+104+63=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #4A683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A683F is #B597C0. Grayscale: #5A5A5A. Windows color (decimal): -11900865 or 4155466. OLE color: 4155466.
HSL color Cylindrical-coordinate representation of color #4A683F: hue angle of 103.9º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A683F is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 104 | 63 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.59 |
| HSL | 103.9º | 0.25% | 0.33% | - |
| HSV(B) | 103.9º | 0.39% | 0.41% | - |
| XYZ | 8.67 | 11.72 | 6.51 | - |
| YUV | 90.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 63 | 0.29 | 0 | 0.39 | 0.59 | 103.9 | 0.25 | 0.33 |
| Hex | 4A | 68 | 3F | 1D | 0 | 27 | 3B | 68 | 19 | 21 |
| Octal | 112 | 150 | 77 | 35 | 0 | 47 | 73 | 150 | 31 | 41 |
| Binary | 1001010 | 1101000 | 111111 | 11101 | 0 | 100111 | 111011 | 1101000 | 11001 | 100001 |
Color Harmonies of #4A683F
Complementary color
Monochromatic Colors of #4A683F
Black with #4A683F
Text Example
Text Example
White with #4A683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A683F; }
p { color: rgb(74,104,63); }
H1.HeaderClassName
{
color: #4A683F;
}
.AnyTagClassName
{
color: #4A683F;
}
</style>
background-color css
<style>
a { background-color: #4A683F; }
a { background-color: rgb(74,104,63); }
div.DivClassName
{
background-color: #4A683F;
}
.BgClassName
{
background-color: #4A683F;
}
</style>
border-color css
<style>
span { border-color: #4A683F; }
span { border-color: rgb(74,104,63); }
td.TdClassName
{
border-color: #4A683F;
}
.TagClassName
{
border-color: #4A683F;
}
</style>