#40755B

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

Shades of Amazon #40755B

Tints of Amazon #40755B

Color information

#40755B (or 0x40755B) is unknown color: approx Amazon. HEX triplet: 40, 75 and 5B. RGB value is (64,117,91). Sum of RGB (Red+Green+Blue) = 64+117+91=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #40755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40755B is #BF8AA4. Grayscale: #626262. Windows color (decimal): -12552869 or 5993792. OLE color: 5993792.

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

Color convert

RGB6411791-
CMYK0.4500.220.54
HSL150.57º29.28%35.49%-
HSV(B)150.57º45.3%45.88%-
XYZ10.3614.5712.16-
YUV98.19123.94103.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=23.53%
G=43.01%
B=33.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117910.4500.220.54150.5729.2835.49
Hex40755B2D01636971d23
Octal10016513355026662273543
Binary1000000111010110110111011010101101101101001011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,117,91); }

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

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

 a { background-color: rgb(64,117,91); }

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

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

 span { border-color: rgb(64,117,91); }

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