Shades of Tom Thumb #485A40
Tints of Tom Thumb #485A40
RGB
CMYK
RGB Variations
Color information
#485A40 (or 0x485A40) is known color: Tom Thumb. HEX triplet: 48, 5A and 40. RGB value is (72,90,64). Sum of RGB (Red+Green+Blue) = 72+90+64=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #485A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A40 is #B7A5BF. Grayscale: #515151. Windows color (decimal): -12035520 or 4217416. OLE color: 4217416.
HSL color Cylindrical-coordinate representation of color #485A40: hue angle of 101.54º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #485A40 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 64 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.65 |
| HSL | 101.54º | 0.17% | 0.3% | - |
| HSV(B) | 101.54º | 0.29% | 0.35% | - |
| XYZ | 7.25 | 9.06 | 6.22 | - |
| YUV | 81.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 64 | 0.20 | 0 | 0.29 | 0.65 | 101.54 | 0.17 | 0.3 |
| Hex | 48 | 5A | 40 | 14 | 0 | 1D | 41 | 66 | 11 | 1E |
| Octal | 110 | 132 | 100 | 24 | 0 | 35 | 101 | 146 | 21 | 36 |
| Binary | 1001000 | 1011010 | 1000000 | 10100 | 0 | 11101 | 1000001 | 1100110 | 10001 | 11110 |
Color Harmonies of #485A40
Complementary color
Monochromatic Colors of #485A40
Black with #485A40
Text Example
Text Example
White with #485A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A40; }
p { color: rgb(72,90,64); }
H1.HeaderClassName
{
color: #485A40;
}
.AnyTagClassName
{
color: #485A40;
}
</style>
background-color css
<style>
a { background-color: #485A40; }
a { background-color: rgb(72,90,64); }
div.DivClassName
{
background-color: #485A40;
}
.BgClassName
{
background-color: #485A40;
}
</style>
border-color css
<style>
span { border-color: #485A40; }
span { border-color: rgb(72,90,64); }
td.TdClassName
{
border-color: #485A40;
}
.TagClassName
{
border-color: #485A40;
}
</style>