#475D3D

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

Shades of Tom Thumb #475D3D

Tints of Tom Thumb #475D3D

Color information

#475D3D (or 0x475D3D) is unknown color: approx Tom Thumb. HEX triplet: 47, 5D and 3D. RGB value is (71,93,61). Sum of RGB (Red+Green+Blue) = 71+93+61=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #475D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D3D is #B8A2C2. Grayscale: #525252. Windows color (decimal): -12100291 or 4021575. OLE color: 4021575.

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

Color convert

RGB719361-
CMYK0.2400.340.64
HSL101.25º20.78%30.2%-
HSV(B)101.25º34.41%36.47%-
XYZ7.369.515.86-
YUV82.77115.71119.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=31.56%
G=41.33%
B=27.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7193610.2400.340.64101.2520.7830.2
Hex475D3D180224065151e
Octal10713575300421001452536
Binary10001111011101111101110000100010100000011001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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