#40765C

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

Shades of Amazon #40765C

Tints of Amazon #40765C

Color information

#40765C (or 0x40765C) is unknown color: approx Amazon. HEX triplet: 40, 76 and 5C. RGB value is (64,118,92). Sum of RGB (Red+Green+Blue) = 64+118+92=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #40765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40765C is #BF89A3. Grayscale: #626262. Windows color (decimal): -12552612 or 6059584. OLE color: 6059584.

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

Color convert

RGB6411892-
CMYK0.4600.220.54
HSL151.11º29.67%35.69%-
HSV(B)151.11º45.76%46.27%-
XYZ10.5214.8212.43-
YUV98.89124.11103.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 118 (46.48% from 255) = 43.07%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=23.36%
G=43.07%
B=33.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118920.4600.220.54151.1129.6735.69
Hex40765C2E01636971e24
Octal10016613456026662273644
Binary1000000111011010111001011100101101101101001011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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