#428A59

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

Shades of Amazon #428A59

Tints of Amazon #428A59

Color information

#428A59 (or 0x428A59) is unknown color: approx Amazon. HEX triplet: 42, 8A and 59. RGB value is (66,138,89). Sum of RGB (Red+Green+Blue) = 66+138+89=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #428A59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A59 is #BD75A6. Grayscale: #6F6F6F. Windows color (decimal): -12416423 or 5868098. OLE color: 5868098.

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

Color convert

RGB6613889-
CMYK0.5200.360.46
HSL139.17º35.29%40%-
HSV(B)139.17º52.17%54.12%-
XYZ13.1420.0612.63-
YUV110.89115.6595.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=22.53%
G=47.10%
B=30.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66138890.5200.360.46139.1735.2940
Hex428A59340242E8b2328
Octal10221213164044562134350
Binary1000010100010101011001110100010010010111010001011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428A59; }

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

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

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

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

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

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

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

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