#40875A

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

Shades of Amazon #40875A

Tints of Amazon #40875A

Color information

#40875A (or 0x40875A) is unknown color: approx Amazon. HEX triplet: 40, 87 and 5A. RGB value is (64,135,90). Sum of RGB (Red+Green+Blue) = 64+135+90=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #40875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40875A is #BF78A5. Grayscale: #6C6C6C. Windows color (decimal): -12548262 or 5932864. OLE color: 5932864.

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

Color convert

RGB6413590-
CMYK0.5300.330.47
HSL141.97º35.68%39.02%-
HSV(B)141.97º52.59%52.94%-
XYZ12.6219.1612.71-
YUV108.64117.4896.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=22.15%
G=46.71%
B=31.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135900.5300.330.47141.9735.6839.02
Hex40875A350212F8e2427
Octal10020713265041572164447
Binary1000000100001111011010110101010000110111110001110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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