#40895C

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

Shades of Amazon #40895C

Tints of Amazon #40895C

Color information

#40895C (or 0x40895C) is unknown color: approx Amazon. HEX triplet: 40, 89 and 5C. RGB value is (64,137,92). Sum of RGB (Red+Green+Blue) = 64+137+92=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #40895C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40895C is #BF76A3. Grayscale: #6E6E6E. Windows color (decimal): -12547748 or 6064448. OLE color: 6064448.

HSL color Cylindrical-coordinate representation of color #40895C: hue angle of 143.01º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40895C is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB6413792-
CMYK0.5300.330.46
HSL143.01º36.32%39.41%-
HSV(B)143.01º53.28%53.73%-
XYZ12.9919.7513.25-
YUV110.04117.8295.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=21.84%
G=46.76%
B=31.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137920.5300.330.46143.0136.3239.41
Hex40895C350212E8f2427
Octal10021113465041562174447
Binary1000000100010011011100110101010000110111010001111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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