#476642

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

Shades of Tom Thumb #476642

Tints of Tom Thumb #476642

Color information

#476642 (or 0x476642) is unknown color: approx Tom Thumb. HEX triplet: 47, 66 and 42. RGB value is (71,102,66). Sum of RGB (Red+Green+Blue) = 71+102+66=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #476642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476642 is #B899BD. Grayscale: #585858. Windows color (decimal): -12097982 or 4351559. OLE color: 4351559.

HSL color Cylindrical-coordinate representation of color #476642: hue angle of 111.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476642 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB7110266-
CMYK0.3000.350.6
HSL111.67º21.43%32.94%-
HSV(B)111.67º35.29%40%-
XYZ8.3311.246.88-
YUV88.63115.23115.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=29.71%
G=42.68%
B=27.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102660.3000.350.6111.6721.4332.94
Hex4766421E0233C701521
Octal10714610236043741602541
Binary100011111001101000010111100100011111100111000010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476642; }

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

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

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

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

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

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

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

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