#41745B

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

Shades of Amazon #41745B

Tints of Amazon #41745B

Color information

#41745B (or 0x41745B) is unknown color: approx Amazon. HEX triplet: 41, 74 and 5B. RGB value is (65,116,91). Sum of RGB (Red+Green+Blue) = 65+116+91=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #41745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41745B is #BE8BA4. Grayscale: #616161. Windows color (decimal): -12487589 or 5993537. OLE color: 5993537.

HSL color Cylindrical-coordinate representation of color #41745B: hue angle of 150.59º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41745B is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB6511691-
CMYK0.4400.220.55
HSL150.59º28.18%35.49%-
HSV(B)150.59º43.97%45.49%-
XYZ10.3114.3712.13-
YUV97.9124.1104.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=23.90%
G=42.65%
B=33.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65116910.4400.220.55150.5928.1835.49
Hex41745B2C01637971c23
Octal10116413354026672273443
Binary1000001111010010110111011000101101101111001011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41745B; }

 p { color: rgb(65,116,91); }

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

<style>
 a { background-color: #41745B; }

 a { background-color: rgb(65,116,91); }

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

<style>
 span { border-color: #41745B; }

 span { border-color: rgb(65,116,91); }

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