#40875E

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

Shades of Amazon #40875E

Tints of Amazon #40875E

Color information

#40875E (or 0x40875E) is unknown color: approx Amazon. HEX triplet: 40, 87 and 5E. RGB value is (64,135,94). Sum of RGB (Red+Green+Blue) = 64+135+94=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #40875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40875E is #BF78A1. Grayscale: #6D6D6D. Windows color (decimal): -12548258 or 6195008. OLE color: 6195008.

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

Color convert

RGB6413594-
CMYK0.5300.300.47
HSL145.35º35.68%39.02%-
HSV(B)145.35º52.59%52.94%-
XYZ12.819.2313.63-
YUV109.1119.4895.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 135 (53.12% from 255) = 46.08%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=21.84%
G=46.08%
B=32.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135940.5300.300.47145.3535.6839.02
Hex40875E3501E2F912427
Octal10020713665036572214447
Binary100000010000111101111011010101111010111110010001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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