#40765A

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

Shades of Amazon #40765A

Tints of Amazon #40765A

Color information

#40765A (or 0x40765A) is unknown color: approx Amazon. HEX triplet: 40, 76 and 5A. RGB value is (64,118,90). Sum of RGB (Red+Green+Blue) = 64+118+90=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #40765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40765A is #BF89A5. Grayscale: #626262. Windows color (decimal): -12552614 or 5928512. OLE color: 5928512.

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

Color convert

RGB6411890-
CMYK0.4600.240.54
HSL148.89º29.67%35.69%-
HSV(B)148.89º45.76%46.27%-
XYZ10.4414.7911.98-
YUV98.66123.11103.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 118 (46.48% from 255) = 43.38%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=23.53%
G=43.38%
B=33.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118900.4600.240.54148.8929.6735.69
Hex40765A2E01836951e24
Octal10016613256030662253644
Binary1000000111011010110101011100110001101101001010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,118,90); }

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

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

 a { background-color: rgb(64,118,90); }

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

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

 span { border-color: rgb(64,118,90); }

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