#40855A

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

Shades of Amazon #40855A

Tints of Amazon #40855A

Color information

#40855A (or 0x40855A) is unknown color: approx Amazon. HEX triplet: 40, 85 and 5A. RGB value is (64,133,90). Sum of RGB (Red+Green+Blue) = 64+133+90=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #40855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40855A is #BF7AA5. Grayscale: #6B6B6B. Windows color (decimal): -12548774 or 5932352. OLE color: 5932352.

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

Color convert

RGB6413390-
CMYK0.5200.320.48
HSL142.61º35.03%38.63%-
HSV(B)142.61º51.88%52.16%-
XYZ12.3518.612.61-
YUV107.47118.1497-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=22.30%
G=46.34%
B=31.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133900.5200.320.48142.6135.0338.63
Hex40855A34020308f2327
Octal10020513264040602174347
Binary1000000100001011011010110100010000011000010001111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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