#4C6049

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

Shades of Tom Thumb #4C6049

Tints of Tom Thumb #4C6049

Color information

#4C6049 (or 0x4C6049) is unknown color: approx Tom Thumb. HEX triplet: 4C, 60 and 49. RGB value is (76,96,73). Sum of RGB (Red+Green+Blue) = 76+96+73=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6049 is #B39FB6. Grayscale: #575757. Windows color (decimal): -11771831 or 4808780. OLE color: 4808780.

HSL color Cylindrical-coordinate representation of color #4C6049: hue angle of 112.17º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C6049 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB769673-
CMYK0.2100.240.62
HSL112.17º13.61%33.14%-
HSV(B)112.17º23.96%37.65%-
XYZ8.3710.387.87-
YUV87.4119.87119.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.02%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=31.02%
G=39.18%
B=29.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696730.2100.240.62112.1713.6133.14
Hex4C6049150183E70e21
Octal11414011125030761601641
Binary1001100110000010010011010101100011111011100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C6049; }

 p { color: rgb(76,96,73); }

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

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

 a { background-color: rgb(76,96,73); }

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

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

 span { border-color: rgb(76,96,73); }

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