#40895A

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

Shades of Amazon #40895A

Tints of Amazon #40895A

Color information

#40895A (or 0x40895A) is unknown color: approx Amazon. HEX triplet: 40, 89 and 5A. RGB value is (64,137,90). Sum of RGB (Red+Green+Blue) = 64+137+90=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #40895A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40895A is #BF76A5. Grayscale: #6D6D6D. Windows color (decimal): -12547750 or 5933376. OLE color: 5933376.

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

Color convert

RGB6413790-
CMYK0.5300.340.46
HSL141.37º36.32%39.41%-
HSV(B)141.37º53.28%53.73%-
XYZ12.9119.7212.8-
YUV109.82116.8295.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 137 (53.91% from 255) = 47.08%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=21.99%
G=47.08%
B=30.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137900.5300.340.46141.3736.3239.41
Hex40895A350222E8d2427
Octal10021113265042562154447
Binary1000000100010011011010110101010001010111010001101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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