#428A57

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

Shades of Amazon #428A57

Tints of Amazon #428A57

Color information

#428A57 (or 0x428A57) is unknown color: approx Amazon. HEX triplet: 42, 8A and 57. RGB value is (66,138,87). Sum of RGB (Red+Green+Blue) = 66+138+87=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #428A57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A57 is #BD75A8. Grayscale: #6E6E6E. Windows color (decimal): -12416425 or 5737026. OLE color: 5737026.

HSL color Cylindrical-coordinate representation of color #428A57: hue angle of 137.5º 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 #428A57 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB6613887-
CMYK0.5200.370.46
HSL137.5º35.29%40%-
HSV(B)137.5º52.17%54.12%-
XYZ13.0620.0212.19-
YUV110.66114.6596.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 138 (54.30% from 255) = 47.42%
BLUE value IS 87 (34.38% from 255) = 29.90%
R=22.68%
G=47.42%
B=29.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66138870.5200.370.46137.535.2940
Hex428A57340252E8a2328
Octal10221212764045562124350
Binary1000010100010101010111110100010010110111010001010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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