#4A6043

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

Shades of Tom Thumb #4A6043

Tints of Tom Thumb #4A6043

Color information

#4A6043 (or 0x4A6043) is unknown color: approx Tom Thumb. HEX triplet: 4A, 60 and 43. RGB value is (74,96,67). Sum of RGB (Red+Green+Blue) = 74+96+67=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6043 is #B59FBC. Grayscale: #565656. Windows color (decimal): -11902909 or 4415562. OLE color: 4415562.

HSL color Cylindrical-coordinate representation of color #4A6043: hue angle of 105.52º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A6043 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB749667-
CMYK0.2300.300.62
HSL105.52º17.79%31.96%-
HSV(B)105.52º30.21%37.65%-
XYZ8.0210.236.86-
YUV86.12117.21119.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 67 (26.56% from 255) = 28.27%
R=31.22%
G=40.51%
B=28.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496670.2300.300.62105.5217.7931.96
Hex4A60431701E3E6a1220
Octal11214010327036761522240
Binary10010101100000100001110111011110111110110101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,96,67); }

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

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

 a { background-color: rgb(74,96,67); }

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

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

 span { border-color: rgb(74,96,67); }

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