Shades of Tom Thumb #486640
Tints of Tom Thumb #486640
RGB
CMYK
RGB Variations
Color information
#486640 (or 0x486640) is known color: Tom Thumb. HEX triplet: 48, 66 and 40. RGB value is (72,102,64). Sum of RGB (Red+Green+Blue) = 72+102+64=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #486640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486640 is #B799BF. Grayscale: #585858. Windows color (decimal): -12032448 or 4220488. OLE color: 4220488.
HSL color Cylindrical-coordinate representation of color #486640: hue angle of 107.37º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486640 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 102 | 64 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.6 |
| HSL | 107.37º | 0.23% | 0.33% | - |
| HSV(B) | 107.37º | 0.37% | 0.4% | - |
| XYZ | 8.35 | 11.25 | 6.58 | - |
| YUV | 88.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 64 | 0.29 | 0 | 0.37 | 0.6 | 107.37 | 0.23 | 0.33 |
| Hex | 48 | 66 | 40 | 1D | 0 | 25 | 3C | 6B | 17 | 21 |
| Octal | 110 | 146 | 100 | 35 | 0 | 45 | 74 | 153 | 27 | 41 |
| Binary | 1001000 | 1100110 | 1000000 | 11101 | 0 | 100101 | 111100 | 1101011 | 10111 | 100001 |
Color Harmonies of #486640
Complementary color
Monochromatic Colors of #486640
Black with #486640
Text Example
Text Example
White with #486640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486640; }
p { color: rgb(72,102,64); }
H1.HeaderClassName
{
color: #486640;
}
.AnyTagClassName
{
color: #486640;
}
</style>
background-color css
<style>
a { background-color: #486640; }
a { background-color: rgb(72,102,64); }
div.DivClassName
{
background-color: #486640;
}
.BgClassName
{
background-color: #486640;
}
</style>
border-color css
<style>
span { border-color: #486640; }
span { border-color: rgb(72,102,64); }
td.TdClassName
{
border-color: #486640;
}
.TagClassName
{
border-color: #486640;
}
</style>