#41755A

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

Shades of Amazon #41755A

Tints of Amazon #41755A

Color information

#41755A (or 0x41755A) is unknown color: approx Amazon. HEX triplet: 41, 75 and 5A. RGB value is (65,117,90). Sum of RGB (Red+Green+Blue) = 65+117+90=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #41755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41755A is #BE8AA5. Grayscale: #626262. Windows color (decimal): -12487334 or 5928257. OLE color: 5928257.

HSL color Cylindrical-coordinate representation of color #41755A: hue angle of 148.85º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41755A is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB6511790-
CMYK0.4400.230.54
HSL148.85º28.57%35.69%-
HSV(B)148.85º44.44%45.88%-
XYZ10.3914.5811.94-
YUV98.37123.27104.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=23.90%
G=43.01%
B=33.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65117900.4400.230.54148.8528.5735.69
Hex41755A2C01736951d24
Octal10116513254027662253544
Binary1000001111010110110101011000101111101101001010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41755A; }

 p { color: rgb(65,117,90); }

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

<style>
 a { background-color: #41755A; }

 a { background-color: rgb(65,117,90); }

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

<style>
 span { border-color: #41755A; }

 span { border-color: rgb(65,117,90); }

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