#40805F

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

Shades of Amazon #40805F

Tints of Amazon #40805F

Color information

#40805F (or 0x40805F) is unknown color: approx Amazon. HEX triplet: 40, 80 and 5F. RGB value is (64,128,95). Sum of RGB (Red+Green+Blue) = 64+128+95=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #40805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40805F is #BF7FA0. Grayscale: #696969. Windows color (decimal): -12550049 or 6258752. OLE color: 6258752.

HSL color Cylindrical-coordinate representation of color #40805F: hue angle of 149.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40805F is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB6412895-
CMYK0.500.260.50
HSL149.06º33.33%37.65%-
HSV(B)149.06º50%50.2%-
XYZ11.917.3513.55-
YUV105.1122.398.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=22.30%
G=44.60%
B=33.10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64128950.500.260.50149.0633.3337.65
Hex40805F3201A32952126
Octal10020013762032622254146
Binary100000010000000101111111001001101011001010010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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