#40875D

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

Shades of Amazon #40875D

Tints of Amazon #40875D

Color information

#40875D (or 0x40875D) is unknown color: approx Amazon. HEX triplet: 40, 87 and 5D. RGB value is (64,135,93). Sum of RGB (Red+Green+Blue) = 64+135+93=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #40875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40875D is #BF78A2. Grayscale: #6D6D6D. Windows color (decimal): -12548259 or 6129472. OLE color: 6129472.

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

Color convert

RGB6413593-
CMYK0.5300.310.47
HSL144.51º35.68%39.02%-
HSV(B)144.51º52.59%52.94%-
XYZ12.7519.2113.39-
YUV108.98118.9895.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 93 (36.72% from 255) = 31.85%
R=21.92%
G=46.23%
B=31.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135930.5300.310.47144.5135.6839.02
Hex40875D3501F2F912427
Octal10020713565037572214447
Binary100000010000111101110111010101111110111110010001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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