#4C6042

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

Shades of Tom Thumb #4C6042

Tints of Tom Thumb #4C6042

Color information

#4C6042 (or 0x4C6042) is unknown color: approx Tom Thumb. HEX triplet: 4C, 60 and 42. RGB value is (76,96,66). Sum of RGB (Red+Green+Blue) = 76+96+66=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6042 is #B39FBD. Grayscale: #565656. Windows color (decimal): -11771838 or 4350028. OLE color: 4350028.

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

Color convert

RGB769666-
CMYK0.2100.310.62
HSL100º18.52%31.76%-
HSV(B)100º31.25%37.65%-
XYZ8.1510.36.71-
YUV86.6116.37120.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.93%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=31.93%
G=40.34%
B=27.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696660.2100.310.6210018.5231.76
Hex4C60421501F3E641320
Octal11414010225037761442340
Binary10011001100000100001010101011111111110110010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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