#40755C

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

Shades of Amazon #40755C

Tints of Amazon #40755C

Color information

#40755C (or 0x40755C) is unknown color: approx Amazon. HEX triplet: 40, 75 and 5C. RGB value is (64,117,92). Sum of RGB (Red+Green+Blue) = 64+117+92=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #40755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40755C is #BF8AA3. Grayscale: #626262. Windows color (decimal): -12552868 or 6059328. OLE color: 6059328.

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

Color convert

RGB6411792-
CMYK0.4500.210.54
HSL151.7º29.28%35.49%-
HSV(B)151.7º45.3%45.88%-
XYZ10.4114.5912.39-
YUV98.3124.44103.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=23.44%
G=42.86%
B=33.70%

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
Decimal64117920.4500.210.54151.729.2835.49
Hex40755C2D01536981d23
Octal10016513455025662303543
Binary1000000111010110111001011010101011101101001100011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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