#475D41

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

Shades of Tom Thumb #475D41

Tints of Tom Thumb #475D41

Color information

#475D41 (or 0x475D41) is unknown color: approx Tom Thumb. HEX triplet: 47, 5D and 41. RGB value is (71,93,65). Sum of RGB (Red+Green+Blue) = 71+93+65=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #475D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D41 is #B8A2BE. Grayscale: #535353. Windows color (decimal): -12100287 or 4283719. OLE color: 4283719.

HSL color Cylindrical-coordinate representation of color #475D41: hue angle of 107.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475D41 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB719365-
CMYK0.2400.300.64
HSL107.14º17.72%30.98%-
HSV(B)107.14º30.11%36.47%-
XYZ7.479.556.45-
YUV83.23117.71119.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=31.00%
G=40.61%
B=28.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7193650.2400.300.64107.1417.7230.98
Hex475D411801E406b121f
Octal107135101300361001532237
Binary10001111011101100000111000011110100000011010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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