Shades of Tom Thumb #475A3F
Tints of Tom Thumb #475A3F
RGB
CMYK
RGB Variations
Color information
#475A3F (or 0x475A3F) is known color: Tom Thumb. HEX triplet: 47, 5A and 3F. RGB value is (71,90,63). Sum of RGB (Red+Green+Blue) = 71+90+63=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #475A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A3F is #B8A5C0. Grayscale: #515151. Windows color (decimal): -12101057 or 4151879. OLE color: 4151879.
HSL color Cylindrical-coordinate representation of color #475A3F: hue angle of 102.22º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475A3F is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 90 | 63 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.65 |
| HSL | 102.22º | 0.18% | 0.3% | - |
| HSV(B) | 102.22º | 0.3% | 0.35% | - |
| XYZ | 7.15 | 9.01 | 6.06 | - |
| YUV | 81.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 63 | 0.21 | 0 | 0.30 | 0.65 | 102.22 | 0.18 | 0.3 |
| Hex | 47 | 5A | 3F | 15 | 0 | 1E | 41 | 66 | 12 | 1E |
| Octal | 107 | 132 | 77 | 25 | 0 | 36 | 101 | 146 | 22 | 36 |
| Binary | 1000111 | 1011010 | 111111 | 10101 | 0 | 11110 | 1000001 | 1100110 | 10010 | 11110 |
Color Harmonies of #475A3F
Complementary color
Monochromatic Colors of #475A3F
Black with #475A3F
Text Example
Text Example
White with #475A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A3F; }
p { color: rgb(71,90,63); }
H1.HeaderClassName
{
color: #475A3F;
}
.AnyTagClassName
{
color: #475A3F;
}
</style>
background-color css
<style>
a { background-color: #475A3F; }
a { background-color: rgb(71,90,63); }
div.DivClassName
{
background-color: #475A3F;
}
.BgClassName
{
background-color: #475A3F;
}
</style>
border-color css
<style>
span { border-color: #475A3F; }
span { border-color: rgb(71,90,63); }
td.TdClassName
{
border-color: #475A3F;
}
.TagClassName
{
border-color: #475A3F;
}
</style>