#40775D

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

Shades of Amazon #40775D

Tints of Amazon #40775D

Color information

#40775D (or 0x40775D) is unknown color: approx Amazon. HEX triplet: 40, 77 and 5D. RGB value is (64,119,93). Sum of RGB (Red+Green+Blue) = 64+119+93=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #40775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40775D is #BF88A2. Grayscale: #636363. Windows color (decimal): -12552355 or 6125376. OLE color: 6125376.

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

Color convert

RGB6411993-
CMYK0.4600.220.53
HSL151.64º30.05%35.88%-
HSV(B)151.64º46.22%46.67%-
XYZ10.6915.0712.7-
YUV99.59124.28102.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=23.19%
G=43.12%
B=33.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119930.4600.220.53151.6430.0535.88
Hex40775D2E01635981e24
Octal10016713556026652303644
Binary1000000111011110111011011100101101101011001100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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