#40885F

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

Shades of Amazon #40885F

Tints of Amazon #40885F

Color information

#40885F (or 0x40885F) is unknown color: approx Amazon. HEX triplet: 40, 88 and 5F. RGB value is (64,136,95). Sum of RGB (Red+Green+Blue) = 64+136+95=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #40885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40885F is #BF77A0. Grayscale: #6D6D6D. Windows color (decimal): -12548001 or 6260800. OLE color: 6260800.

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

Color convert

RGB6413695-
CMYK0.5300.300.47
HSL145.83º36%39.22%-
HSV(B)145.83º52.94%53.33%-
XYZ12.9819.5213.91-
YUV109.8119.6595.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=21.69%
G=46.10%
B=32.20%

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
Decimal64136950.5300.300.47145.833639.22
Hex40885F3501E2F922427
Octal10021013765036572224447
Binary100000010001000101111111010101111010111110010010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40885F; }

 p { color: rgb(64,136,95); }

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

<style>
 a { background-color: #40885F; }

 a { background-color: rgb(64,136,95); }

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

<style>
 span { border-color: #40885F; }

 span { border-color: rgb(64,136,95); }

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