#428B5D

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

Shades of Amazon #428B5D

Tints of Amazon #428B5D

Color information

#428B5D (or 0x428B5D) is unknown color: approx Amazon. HEX triplet: 42, 8B and 5D. RGB value is (66,139,93). Sum of RGB (Red+Green+Blue) = 66+139+93=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #428B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B5D is #BD74A2. Grayscale: #707070. Windows color (decimal): -12416163 or 6130498. OLE color: 6130498.

HSL color Cylindrical-coordinate representation of color #428B5D: hue angle of 142.19º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428B5D is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB6613993-
CMYK0.5300.330.45
HSL142.19º35.61%40.2%-
HSV(B)142.19º52.52%54.51%-
XYZ13.4620.4113.59-
YUV111.93117.3295.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 139 (54.69% from 255) = 46.64%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=22.15%
G=46.64%
B=31.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66139930.5300.330.45142.1935.6140.2
Hex428B5D350212D8e2428
Octal10221313565041552164450
Binary1000010100010111011101110101010000110110110001110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,139,93); }

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

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

 a { background-color: rgb(66,139,93); }

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

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

 span { border-color: rgb(66,139,93); }

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