#40775C

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

Shades of Amazon #40775C

Tints of Amazon #40775C

Color information

#40775C (or 0x40775C) is unknown color: approx Amazon. HEX triplet: 40, 77 and 5C. RGB value is (64,119,92). Sum of RGB (Red+Green+Blue) = 64+119+92=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #40775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40775C is #BF88A3. Grayscale: #636363. Windows color (decimal): -12552356 or 6059840. OLE color: 6059840.

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

Color convert

RGB6411992-
CMYK0.4600.230.53
HSL150.55º30.05%35.88%-
HSV(B)150.55º46.22%46.67%-
XYZ10.6415.0612.47-
YUV99.48123.78102.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=23.27%
G=43.27%
B=33.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119920.4600.230.53150.5530.0535.88
Hex40775C2E01735971e24
Octal10016713456027652273644
Binary1000000111011110111001011100101111101011001011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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