#40755D

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

Shades of Amazon #40755D

Tints of Amazon #40755D

Color information

#40755D (or 0x40755D) is unknown color: approx Amazon. HEX triplet: 40, 75 and 5D. RGB value is (64,117,93). Sum of RGB (Red+Green+Blue) = 64+117+93=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #40755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40755D is #BF8AA2. Grayscale: #626262. Windows color (decimal): -12552867 or 6124864. OLE color: 6124864.

HSL color Cylindrical-coordinate representation of color #40755D: hue angle of 152.83º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40755D is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB6411793-
CMYK0.4500.210.54
HSL152.83º29.28%35.49%-
HSV(B)152.83º45.3%45.88%-
XYZ10.4514.612.62-
YUV98.42124.94103.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=23.36%
G=42.70%
B=33.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117930.4500.210.54152.8329.2835.49
Hex40755D2D01536991d23
Octal10016513555025662313543
Binary1000000111010110111011011010101011101101001100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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