#42745C

Color #42745C Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #42745C

Tints of Amazon #42745C

Color information

#42745C (or 0x42745C) is unknown color: approx Amazon. HEX triplet: 42, 74 and 5C. RGB value is (66,116,92). Sum of RGB (Red+Green+Blue) = 66+116+92=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #42745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42745C is #BD8BA3. Grayscale: #626262. Windows color (decimal): -12422052 or 6059074. OLE color: 6059074.

HSL color Cylindrical-coordinate representation of color #42745C: hue angle of 151.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42745C is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB6611692-
CMYK0.4300.210.55
HSL151.2º27.47%35.69%-
HSV(B)151.2º43.1%45.49%-
XYZ10.4214.4212.36-
YUV98.31124.44104.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 116 (45.70% from 255) = 42.34%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=24.09%
G=42.34%
B=33.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116920.4300.210.55151.227.4735.69
Hex42745C2B01537971b24
Octal10216413453025672273344
Binary1000010111010010111001010110101011101111001011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42745C; }

 p { color: rgb(66,116,92); }

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

<style>
 a { background-color: #42745C; }

 a { background-color: rgb(66,116,92); }

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

<style>
 span { border-color: #42745C; }

 span { border-color: rgb(66,116,92); }

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