#476840

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

Shades of Tom Thumb #476840

Tints of Tom Thumb #476840

Color information

#476840 (or 0x476840) is unknown color: approx Tom Thumb. HEX triplet: 47, 68 and 40. RGB value is (71,104,64). Sum of RGB (Red+Green+Blue) = 71+104+64=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #476840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476840 is #B897BF. Grayscale: #595959. Windows color (decimal): -12097472 or 4220999. OLE color: 4220999.

HSL color Cylindrical-coordinate representation of color #476840: hue angle of 109.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476840 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB7110464-
CMYK0.3200.380.59
HSL109.5º23.81%32.94%-
HSV(B)109.5º38.46%40.78%-
XYZ8.4711.616.64-
YUV89.57113.57114.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=29.71%
G=43.51%
B=26.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104640.3200.380.59109.523.8132.94
Hex476840200263B6d1821
Octal10715010040046731553041
Binary1000111110100010000001000000100110111011110110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476840; }

 p { color: rgb(71,104,64); }

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

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

 a { background-color: rgb(71,104,64); }

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

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

 span { border-color: rgb(71,104,64); }

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