#40795C

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

Shades of Amazon #40795C

Tints of Amazon #40795C

Color information

#40795C (or 0x40795C) is unknown color: approx Amazon. HEX triplet: 40, 79 and 5C. RGB value is (64,121,92). Sum of RGB (Red+Green+Blue) = 64+121+92=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #40795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40795C is #BF86A3. Grayscale: #646464. Windows color (decimal): -12551844 or 6060352. OLE color: 6060352.

HSL color Cylindrical-coordinate representation of color #40795C: hue angle of 149.47º 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 #40795C is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB6412192-
CMYK0.4700.240.53
HSL149.47º30.81%36.27%-
HSV(B)149.47º47.11%47.45%-
XYZ10.8815.5412.55-
YUV100.65123.12101.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=23.10%
G=43.68%
B=33.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121920.4700.240.53149.4730.8136.27
Hex40795C2F01835951f24
Octal10017113457030652253744
Binary1000000111100110111001011110110001101011001010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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