#408853

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

Shades of Amazon #408853

Tints of Amazon #408853

Color information

#408853 (or 0x408853) is unknown color: approx Amazon. HEX triplet: 40, 88 and 53. RGB value is (64,136,83). Sum of RGB (Red+Green+Blue) = 64+136+83=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #408853 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408853 is #BF77AC. Grayscale: #6C6C6C. Windows color (decimal): -12548013 or 5474368. OLE color: 5474368.

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

Color convert

RGB6413683-
CMYK0.5300.390.47
HSL135.83º36%39.22%-
HSV(B)135.83º52.94%53.33%-
XYZ12.4819.3211.26-
YUV108.43113.6596.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 136 (53.52% from 255) = 48.06%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=22.61%
G=48.06%
B=29.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64136830.5300.390.47135.833639.22
Hex408853350272F882427
Octal10021012365047572104447
Binary1000000100010001010011110101010011110111110001000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408853; }

 p { color: rgb(64,136,83); }

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

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

 a { background-color: rgb(64,136,83); }

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

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

 span { border-color: rgb(64,136,83); }

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