#408558

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

Shades of Amazon #408558

Tints of Amazon #408558

Color information

#408558 (or 0x408558) is unknown color: approx Amazon. HEX triplet: 40, 85 and 58. RGB value is (64,133,88). Sum of RGB (Red+Green+Blue) = 64+133+88=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #408558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408558 is #BF7AA7. Grayscale: #6B6B6B. Windows color (decimal): -12548776 or 5801280. OLE color: 5801280.

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

Color convert

RGB6413388-
CMYK0.5200.340.48
HSL140.87º35.03%38.63%-
HSV(B)140.87º51.88%52.16%-
XYZ12.2618.5712.17-
YUV107.24117.1497.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=22.46%
G=46.67%
B=30.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133880.5200.340.48140.8735.0338.63
Hex40855834022308d2327
Octal10020513064042602154347
Binary1000000100001011011000110100010001011000010001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408558; }

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

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

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

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

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

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

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

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