#475941

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

Shades of Tom Thumb #475941

Tints of Tom Thumb #475941

Color information

#475941 (or 0x475941) is unknown color: approx Tom Thumb. HEX triplet: 47, 59 and 41. RGB value is (71,89,65). Sum of RGB (Red+Green+Blue) = 71+89+65=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #475941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475941 is #B8A6BE. Grayscale: #505050. Windows color (decimal): -12101311 or 4282695. OLE color: 4282695.

HSL color Cylindrical-coordinate representation of color #475941: hue angle of 105º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #475941 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB718965-
CMYK0.2000.270.65
HSL105º15.58%30.2%-
HSV(B)105º26.97%34.9%-
XYZ7.138.876.34-
YUV80.88119.04120.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=31.56%
G=39.56%
B=28.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189650.2000.270.6510515.5830.2
Hex4759411401B4169101e
Octal107131101240331011512036
Binary10001111011001100000110100011011100000111010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475941; }

 p { color: rgb(71,89,65); }

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

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

 a { background-color: rgb(71,89,65); }

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

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

 span { border-color: rgb(71,89,65); }

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