#408958

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

Shades of Amazon #408958

Tints of Amazon #408958

Color information

#408958 (or 0x408958) is unknown color: approx Amazon. HEX triplet: 40, 89 and 58. RGB value is (64,137,88). Sum of RGB (Red+Green+Blue) = 64+137+88=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #408958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408958 is #BF76A7. Grayscale: #6D6D6D. Windows color (decimal): -12547752 or 5802304. OLE color: 5802304.

HSL color Cylindrical-coordinate representation of color #408958: hue angle of 139.73º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408958 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB6413788-
CMYK0.5300.360.46
HSL139.73º36.32%39.41%-
HSV(B)139.73º53.28%53.73%-
XYZ12.8219.6912.36-
YUV109.59115.8295.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=22.15%
G=47.40%
B=30.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137880.5300.360.46139.7336.3239.41
Hex408958350242E8c2427
Octal10021113065044562144447
Binary1000000100010011011000110101010010010111010001100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408958; }

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

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

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

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

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

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

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

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