#476942

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

Shades of Tom Thumb #476942

Tints of Tom Thumb #476942

Color information

#476942 (or 0x476942) is unknown color: approx Tom Thumb. HEX triplet: 47, 69 and 42. RGB value is (71,105,66). Sum of RGB (Red+Green+Blue) = 71+105+66=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #476942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476942 is #B896BD. Grayscale: #5A5A5A. Windows color (decimal): -12097214 or 4352327. OLE color: 4352327.

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

Color convert

RGB7110566-
CMYK0.3200.370.59
HSL112.31º22.81%33.53%-
HSV(B)112.31º37.14%41.18%-
XYZ8.6311.846.98-
YUV90.39114.24114.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=29.34%
G=43.39%
B=27.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71105660.3200.370.59112.3122.8133.53
Hex476942200253B701722
Octal10715110240045731602742
Binary1000111110100110000101000000100101111011111000010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476942; }

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

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

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

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

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

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

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

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