#40895E

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

Shades of Amazon #40895E

Tints of Amazon #40895E

Color information

#40895E (or 0x40895E) is unknown color: approx Amazon. HEX triplet: 40, 89 and 5E. RGB value is (64,137,94). Sum of RGB (Red+Green+Blue) = 64+137+94=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #40895E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40895E is #BF76A1. Grayscale: #6E6E6E. Windows color (decimal): -12547746 or 6195520. OLE color: 6195520.

HSL color Cylindrical-coordinate representation of color #40895E: hue angle of 144.66º 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 #40895E is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB6413794-
CMYK0.5300.310.46
HSL144.66º36.32%39.41%-
HSV(B)144.66º53.28%53.73%-
XYZ13.0819.7913.72-
YUV110.27118.8295-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 137 (53.91% from 255) = 46.44%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=21.69%
G=46.44%
B=31.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137940.5300.310.46144.6636.3239.41
Hex40895E3501F2E912427
Octal10021113665037562214447
Binary100000010001001101111011010101111110111010010001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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