#475842

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

Shades of Tom Thumb #475842

Tints of Tom Thumb #475842

Color information

#475842 (or 0x475842) is unknown color: approx Tom Thumb. HEX triplet: 47, 58 and 42. RGB value is (71,88,66). Sum of RGB (Red+Green+Blue) = 71+88+66=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #475842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475842 is #B8A7BD. Grayscale: #505050. Windows color (decimal): -12101566 or 4347975. OLE color: 4347975.

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

Color convert

RGB718866-
CMYK0.1900.250.65
HSL106.36º14.29%30.2%-
HSV(B)106.36º25%34.51%-
XYZ7.078.716.46-
YUV80.41119.87121.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=31.56%
G=39.11%
B=29.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188660.1900.250.65106.3614.2930.2
Hex47584213019416ae1e
Octal107130102230311011521636
Binary1000111101100010000101001101100110000011101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475842; }

 p { color: rgb(71,88,66); }

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

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

 a { background-color: rgb(71,88,66); }

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

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

 span { border-color: rgb(71,88,66); }

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