#475B3F

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

Shades of Tom Thumb #475B3F

Tints of Tom Thumb #475B3F

Color information

#475B3F (or 0x475B3F) is unknown color: approx Tom Thumb. HEX triplet: 47, 5B and 3F. RGB value is (71,91,63). Sum of RGB (Red+Green+Blue) = 71+91+63=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #475B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475B3F is #B8A4C0. Grayscale: #515151. Windows color (decimal): -12100801 or 4152135. OLE color: 4152135.

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

Color convert

RGB719163-
CMYK0.2200.310.64
HSL102.86º18.18%30.2%-
HSV(B)102.86º30.77%35.69%-
XYZ7.249.186.09-
YUV81.83117.37120.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 63 (25% from 255) = 28%
R=31.56%
G=40.44%
B=28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7191630.2200.310.64102.8618.1830.2
Hex475B3F1601F4067121e
Octal10713377260371001472236
Binary1000111101101111111110110011111100000011001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,91,63); }

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

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

 a { background-color: rgb(71,91,63); }

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

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

 span { border-color: rgb(71,91,63); }

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