#4A6A3C

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

Shades of Tom Thumb #4A6A3C

Tints of Tom Thumb #4A6A3C

Color information

#4A6A3C (or 0x4A6A3C) is unknown color: approx Tom Thumb. HEX triplet: 4A, 6A and 3C. RGB value is (74,106,60). Sum of RGB (Red+Green+Blue) = 74+106+60=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6A3C is #B595C3. Grayscale: #5B5B5B. Windows color (decimal): -11900356 or 3959370. OLE color: 3959370.

HSL color Cylindrical-coordinate representation of color #4A6A3C: hue angle of 101.74º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A6A3C is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB7410660-
CMYK0.3000.430.58
HSL101.74º27.71%32.55%-
HSV(B)101.74º43.4%41.57%-
XYZ8.7912.096.15-
YUV91.19110.4115.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.83%
GREEN value IS 106 (41.80% from 255) = 44.17%
BLUE value IS 60 (23.83% from 255) = 25%
R=30.83%
G=44.17%
B=25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74106600.3000.430.58101.7427.7132.55
Hex4A6A3C1E02B3A661c21
Octal1121527436053721463441
Binary10010101101010111100111100101011111010110011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,106,60); }

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

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

 a { background-color: rgb(74,106,60); }

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

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

 span { border-color: rgb(74,106,60); }

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