#428A5A

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

Shades of Amazon #428A5A

Tints of Amazon #428A5A

Color information

#428A5A (or 0x428A5A) is unknown color: approx Amazon. HEX triplet: 42, 8A and 5A. RGB value is (66,138,90). Sum of RGB (Red+Green+Blue) = 66+138+90=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #428A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A5A is #BD75A5. Grayscale: #6F6F6F. Windows color (decimal): -12416422 or 5933634. OLE color: 5933634.

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

Color convert

RGB6613890-
CMYK0.5200.350.46
HSL140º35.29%40%-
HSV(B)140º52.17%54.12%-
XYZ13.1820.0712.85-
YUV111116.1595.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=22.45%
G=46.94%
B=30.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66138900.5200.350.4614035.2940
Hex428A5A340232E8c2328
Octal10221213264043562144350
Binary1000010100010101011010110100010001110111010001100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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