#476040

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

Shades of Tom Thumb #476040

Tints of Tom Thumb #476040

Color information

#476040 (or 0x476040) is unknown color: approx Tom Thumb. HEX triplet: 47, 60 and 40. RGB value is (71,96,64). Sum of RGB (Red+Green+Blue) = 71+96+64=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #476040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476040 is #B89FBF. Grayscale: #545454. Windows color (decimal): -12099520 or 4218951. OLE color: 4218951.

HSL color Cylindrical-coordinate representation of color #476040: hue angle of 106.87º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476040 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB719664-
CMYK0.2600.330.62
HSL106.87º20%31.37%-
HSV(B)106.87º33.33%37.65%-
XYZ7.7110.086.39-
YUV84.88116.22118.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=30.74%
G=41.56%
B=27.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196640.2600.330.62106.872031.37
Hex4760401A0213E6b141f
Octal10714010032041761532437
Binary10001111100000100000011010010000111111011010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476040; }

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

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

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

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

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

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

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

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