#475E40

Color #475E40 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #475E40

Tints of Tom Thumb #475E40

Color information

#475E40 (or 0x475E40) is unknown color: approx Tom Thumb. HEX triplet: 47, 5E and 40. RGB value is (71,94,64). Sum of RGB (Red+Green+Blue) = 71+94+64=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 94 - color contains mainly: green. Hex color #475E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E40 is #B8A1BF. Grayscale: #535353. Windows color (decimal): -12100032 or 4218439. OLE color: 4218439.

HSL color Cylindrical-coordinate representation of color #475E40: hue angle of 106º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475E40 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB719464-
CMYK0.2400.320.63
HSL106º18.99%30.98%-
HSV(B)106º31.91%36.86%-
XYZ7.539.726.33-
YUV83.7116.88118.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 94 (37.11% from 255) = 41.05%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=31.00%
G=41.05%
B=27.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194640.2400.320.6310618.9930.98
Hex475E40180203F6a131f
Octal10713610030040771522337
Binary10001111011110100000011000010000011111111010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475E40; }

 p { color: rgb(71,94,64); }

 H1.HeaderClassName
 {
   color: #475E40;
 }
 .AnyTagClassName
 {
   color: #475E40;
 }
</style>
background-color css

<style>
 a { background-color: #475E40; }

 a { background-color: rgb(71,94,64); }

 div.DivClassName
 {
   background-color: #475E40;
 }
 .BgClassName
 {
   background-color: #475E40;
 }
</style>
border-color css

<style>
 span { border-color: #475E40; }

 span { border-color: rgb(71,94,64); }

 td.TdClassName
 {
   border-color: #475E40;
 }
 .TagClassName
 {
   border-color: #475E40;
 }
</style>