#4A653D

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

Shades of Tom Thumb #4A653D

Tints of Tom Thumb #4A653D

Color information

#4A653D (or 0x4A653D) is unknown color: approx Tom Thumb. HEX triplet: 4A, 65 and 3D. RGB value is (74,101,61). Sum of RGB (Red+Green+Blue) = 74+101+61=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #4A653D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A653D is #B59AC2. Grayscale: #585858. Windows color (decimal): -11901635 or 4023626. OLE color: 4023626.

HSL color Cylindrical-coordinate representation of color #4A653D: hue angle of 100.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A653D is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB7410161-
CMYK0.2700.400.60
HSL100.5º24.69%31.76%-
HSV(B)100.5º39.6%39.61%-
XYZ8.3211.16.12-
YUV88.37112.55117.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.36%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=31.36%
G=42.80%
B=25.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74101610.2700.400.60100.524.6931.76
Hex4A653D1B0283C641920
Octal1121457533050741443140
Binary10010101100101111101110110101000111100110010011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,101,61); }

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

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

 a { background-color: rgb(74,101,61); }

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

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

 span { border-color: rgb(74,101,61); }

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