#40855E

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

Shades of Amazon #40855E

Tints of Amazon #40855E

Color information

#40855E (or 0x40855E) is unknown color: approx Amazon. HEX triplet: 40, 85 and 5E. RGB value is (64,133,94). Sum of RGB (Red+Green+Blue) = 64+133+94=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #40855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40855E is #BF7AA1. Grayscale: #6C6C6C. Windows color (decimal): -12548770 or 6194496. OLE color: 6194496.

HSL color Cylindrical-coordinate representation of color #40855E: hue angle of 146.09º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40855E is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB6413394-
CMYK0.5200.290.48
HSL146.09º35.03%38.63%-
HSV(B)146.09º51.88%52.16%-
XYZ12.5218.6713.53-
YUV107.92120.1496.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=21.99%
G=45.70%
B=32.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133940.5200.290.48146.0935.0338.63
Hex40855E3401D30922327
Octal10020513664035602224347
Binary100000010000101101111011010001110111000010010010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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