Shades of Tom Thumb #486240
Tints of Tom Thumb #486240
RGB
CMYK
RGB Variations
Color information
#486240 (or 0x486240) is known color: Tom Thumb. HEX triplet: 48, 62 and 40. RGB value is (72,98,64). Sum of RGB (Red+Green+Blue) = 72+98+64=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #486240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486240 is #B79DBF. Grayscale: #565656. Windows color (decimal): -12033472 or 4219464. OLE color: 4219464.
HSL color Cylindrical-coordinate representation of color #486240: hue angle of 105.88º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486240 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 64 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.62 |
| HSL | 105.88º | 0.21% | 0.32% | - |
| HSV(B) | 105.88º | 0.35% | 0.38% | - |
| XYZ | 7.97 | 10.48 | 6.45 | - |
| YUV | 86.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 64 | 0.27 | 0 | 0.35 | 0.62 | 105.88 | 0.21 | 0.32 |
| Hex | 48 | 62 | 40 | 1B | 0 | 23 | 3E | 6A | 15 | 20 |
| Octal | 110 | 142 | 100 | 33 | 0 | 43 | 76 | 152 | 25 | 40 |
| Binary | 1001000 | 1100010 | 1000000 | 11011 | 0 | 100011 | 111110 | 1101010 | 10101 | 100000 |
Color Harmonies of #486240
Complementary color
Monochromatic Colors of #486240
Black with #486240
Text Example
Text Example
White with #486240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486240; }
p { color: rgb(72,98,64); }
H1.HeaderClassName
{
color: #486240;
}
.AnyTagClassName
{
color: #486240;
}
</style>
background-color css
<style>
a { background-color: #486240; }
a { background-color: rgb(72,98,64); }
div.DivClassName
{
background-color: #486240;
}
.BgClassName
{
background-color: #486240;
}
</style>
border-color css
<style>
span { border-color: #486240; }
span { border-color: rgb(72,98,64); }
td.TdClassName
{
border-color: #486240;
}
.TagClassName
{
border-color: #486240;
}
</style>