#40875C

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

Shades of Amazon #40875C

Tints of Amazon #40875C

Color information

#40875C (or 0x40875C) is unknown color: approx Amazon. HEX triplet: 40, 87 and 5C. RGB value is (64,135,92). Sum of RGB (Red+Green+Blue) = 64+135+92=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #40875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40875C is #BF78A3. Grayscale: #6C6C6C. Windows color (decimal): -12548260 or 6063936. OLE color: 6063936.

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

Color convert

RGB6413592-
CMYK0.5300.320.47
HSL143.66º35.68%39.02%-
HSV(B)143.66º52.59%52.94%-
XYZ12.7119.1913.16-
YUV108.87118.4896-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=21.99%
G=46.39%
B=31.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135920.5300.320.47143.6635.6839.02
Hex40875C350202F902427
Octal10020713465040572204447
Binary1000000100001111011100110101010000010111110010000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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