#40785C

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

Shades of Amazon #40785C

Tints of Amazon #40785C

Color information

#40785C (or 0x40785C) is unknown color: approx Amazon. HEX triplet: 40, 78 and 5C. RGB value is (64,120,92). Sum of RGB (Red+Green+Blue) = 64+120+92=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #40785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40785C is #BF87A3. Grayscale: #646464. Windows color (decimal): -12552100 or 6060096. OLE color: 6060096.

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

Color convert

RGB6412092-
CMYK0.4700.230.53
HSL150º30.43%36.08%-
HSV(B)150º46.67%47.06%-
XYZ10.7615.312.51-
YUV100.06123.45102.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=23.19%
G=43.48%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120920.4700.230.5315030.4336.08
Hex40785C2F01735961e24
Octal10017013457027652263644
Binary1000000111100010111001011110101111101011001011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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