Shades of Tom Thumb #486B3D
Tints of Tom Thumb #486B3D
RGB
CMYK
RGB Variations
Color information
#486B3D (or 0x486B3D) is known color: Tom Thumb. HEX triplet: 48, 6B and 3D. RGB value is (72,107,61). Sum of RGB (Red+Green+Blue) = 72+107+61=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #486B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B3D is #B794C2. Grayscale: #5B5B5B. Windows color (decimal): -12031171 or 4025160. OLE color: 4025160.
HSL color Cylindrical-coordinate representation of color #486B3D: hue angle of 105.65º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #486B3D is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 107 | 61 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.58 |
| HSL | 105.65º | 0.27% | 0.33% | - |
| HSV(B) | 105.65º | 0.43% | 0.42% | - |
| XYZ | 8.77 | 12.23 | 6.31 | - |
| YUV | 91.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 61 | 0.33 | 0 | 0.43 | 0.58 | 105.65 | 0.27 | 0.33 |
| Hex | 48 | 6B | 3D | 21 | 0 | 2B | 3A | 6A | 1B | 21 |
| Octal | 110 | 153 | 75 | 41 | 0 | 53 | 72 | 152 | 33 | 41 |
| Binary | 1001000 | 1101011 | 111101 | 100001 | 0 | 101011 | 111010 | 1101010 | 11011 | 100001 |
Color Harmonies of #486B3D
Complementary color
Monochromatic Colors of #486B3D
Black with #486B3D
Text Example
Text Example
White with #486B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486B3D; }
p { color: rgb(72,107,61); }
H1.HeaderClassName
{
color: #486B3D;
}
.AnyTagClassName
{
color: #486B3D;
}
</style>
background-color css
<style>
a { background-color: #486B3D; }
a { background-color: rgb(72,107,61); }
div.DivClassName
{
background-color: #486B3D;
}
.BgClassName
{
background-color: #486B3D;
}
</style>
border-color css
<style>
span { border-color: #486B3D; }
span { border-color: rgb(72,107,61); }
td.TdClassName
{
border-color: #486B3D;
}
.TagClassName
{
border-color: #486B3D;
}
</style>