#40795E

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

Shades of Amazon #40795E

Tints of Amazon #40795E

Color information

#40795E (or 0x40795E) is unknown color: approx Amazon. HEX triplet: 40, 79 and 5E. RGB value is (64,121,94). Sum of RGB (Red+Green+Blue) = 64+121+94=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #40795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40795E is #BF86A1. Grayscale: #646464. Windows color (decimal): -12551842 or 6191424. OLE color: 6191424.

HSL color Cylindrical-coordinate representation of color #40795E: hue angle of 151.58º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40795E is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB6412194-
CMYK0.4700.220.53
HSL151.58º30.81%36.27%-
HSV(B)151.58º47.11%47.45%-
XYZ10.9715.5713.02-
YUV100.88124.12101.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=22.94%
G=43.37%
B=33.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121940.4700.220.53151.5830.8136.27
Hex40795E2F01635981f24
Octal10017113657026652303744
Binary1000000111100110111101011110101101101011001100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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