#40775E

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

Shades of Amazon #40775E

Tints of Amazon #40775E

Color information

#40775E (or 0x40775E) is unknown color: approx Amazon. HEX triplet: 40, 77 and 5E. RGB value is (64,119,94). Sum of RGB (Red+Green+Blue) = 64+119+94=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #40775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40775E is #BF88A1. Grayscale: #636363. Windows color (decimal): -12552354 or 6190912. OLE color: 6190912.

HSL color Cylindrical-coordinate representation of color #40775E: hue angle of 152.73º 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 #40775E is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB6411994-
CMYK0.4600.210.53
HSL152.73º30.05%35.88%-
HSV(B)152.73º46.22%46.67%-
XYZ10.7315.0912.94-
YUV99.7124.78102.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=23.10%
G=42.96%
B=33.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119940.4600.210.53152.7330.0535.88
Hex40775E2E01535991e24
Octal10016713656025652313644
Binary1000000111011110111101011100101011101011001100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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