#40755E

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

Shades of Amazon #40755E

Tints of Amazon #40755E

Color information

#40755E (or 0x40755E) is unknown color: approx Amazon. HEX triplet: 40, 75 and 5E. RGB value is (64,117,94). Sum of RGB (Red+Green+Blue) = 64+117+94=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #40755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40755E is #BF8AA1. Grayscale: #626262. Windows color (decimal): -12552866 or 6190400. OLE color: 6190400.

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

Color convert

RGB6411794-
CMYK0.4500.200.54
HSL153.96º29.28%35.49%-
HSV(B)153.96º45.3%45.88%-
XYZ10.514.6212.86-
YUV98.53125.44103.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=23.27%
G=42.55%
B=34.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117940.4500.200.54153.9629.2835.49
Hex40755E2D014369a1d23
Octal10016513655024662323543
Binary1000000111010110111101011010101001101101001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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