#476041

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

Shades of Tom Thumb #476041

Tints of Tom Thumb #476041

Color information

#476041 (or 0x476041) is unknown color: approx Tom Thumb. HEX triplet: 47, 60 and 41. RGB value is (71,96,65). Sum of RGB (Red+Green+Blue) = 71+96+65=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #476041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476041 is #B89FBE. Grayscale: #555555. Windows color (decimal): -12099519 or 4284487. OLE color: 4284487.

HSL color Cylindrical-coordinate representation of color #476041: hue angle of 108.39º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476041 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB719665-
CMYK0.2600.320.62
HSL108.39º19.25%31.57%-
HSV(B)108.39º32.29%37.65%-
XYZ7.7410.096.54-
YUV84.99116.72118.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=30.60%
G=41.38%
B=28.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196650.2600.320.62108.3919.2531.57
Hex4760411A0203E6c1320
Octal10714010132040761542340
Binary100011111000001000001110100100000111110110110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476041; }

 p { color: rgb(71,96,65); }

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

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

 a { background-color: rgb(71,96,65); }

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

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

 span { border-color: rgb(71,96,65); }

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