#40775A

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

Shades of Amazon #40775A

Tints of Amazon #40775A

Color information

#40775A (or 0x40775A) is unknown color: approx Amazon. HEX triplet: 40, 77 and 5A. RGB value is (64,119,90). Sum of RGB (Red+Green+Blue) = 64+119+90=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #40775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40775A is #BF88A5. Grayscale: #636363. Windows color (decimal): -12552358 or 5928768. OLE color: 5928768.

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

Color convert

RGB6411990-
CMYK0.4600.240.53
HSL148.36º30.05%35.88%-
HSV(B)148.36º46.22%46.67%-
XYZ10.5615.0212.02-
YUV99.25122.78102.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=23.44%
G=43.59%
B=32.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119900.4600.240.53148.3630.0535.88
Hex40775A2E01835941e24
Octal10016713256030652243644
Binary1000000111011110110101011100110001101011001010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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