#40855D

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

Shades of Amazon #40855D

Tints of Amazon #40855D

Color information

#40855D (or 0x40855D) is unknown color: approx Amazon. HEX triplet: 40, 85 and 5D. RGB value is (64,133,93). Sum of RGB (Red+Green+Blue) = 64+133+93=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #40855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40855D is #BF7AA2. Grayscale: #6B6B6B. Windows color (decimal): -12548771 or 6128960. OLE color: 6128960.

HSL color Cylindrical-coordinate representation of color #40855D: hue angle of 145.22º 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 #40855D is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB6413393-
CMYK0.5200.300.48
HSL145.22º35.03%38.63%-
HSV(B)145.22º51.88%52.16%-
XYZ12.4818.6613.3-
YUV107.81119.6496.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=22.07%
G=45.86%
B=32.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133930.5200.300.48145.2235.0338.63
Hex40855D3401E30912327
Octal10020513564036602214347
Binary100000010000101101110111010001111011000010010001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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