#428659

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

Shades of Amazon #428659

Tints of Amazon #428659

Color information

#428659 (or 0x428659) is unknown color: approx Amazon. HEX triplet: 42, 86 and 59. RGB value is (66,134,89). Sum of RGB (Red+Green+Blue) = 66+134+89=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #428659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428659 is #BD79A6. Grayscale: #6C6C6C. Windows color (decimal): -12417447 or 5867074. OLE color: 5867074.

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

Color convert

RGB6613489-
CMYK0.5100.340.47
HSL140.29º34%39.22%-
HSV(B)140.29º50.75%52.55%-
XYZ12.5818.9312.44-
YUV108.54116.9797.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 89 (35.16% from 255) = 30.80%
R=22.84%
G=46.37%
B=30.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134890.5100.340.47140.293439.22
Hex428659330222F8c2227
Octal10220613163042572144247
Binary1000010100001101011001110011010001010111110001100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428659; }

 p { color: rgb(66,134,89); }

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

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

 a { background-color: rgb(66,134,89); }

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

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

 span { border-color: rgb(66,134,89); }

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