#428B5C

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

Shades of Amazon #428B5C

Tints of Amazon #428B5C

Color information

#428B5C (or 0x428B5C) is unknown color: approx Amazon. HEX triplet: 42, 8B and 5C. RGB value is (66,139,92). Sum of RGB (Red+Green+Blue) = 66+139+92=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #428B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B5C is #BD74A3. Grayscale: #6F6F6F. Windows color (decimal): -12416164 or 6064962. OLE color: 6064962.

HSL color Cylindrical-coordinate representation of color #428B5C: hue angle of 141.37º 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 #428B5C is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB6613992-
CMYK0.5300.340.45
HSL141.37º35.61%40.2%-
HSV(B)141.37º52.52%54.51%-
XYZ13.4120.413.36-
YUV111.81116.8295.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 139 (54.69% from 255) = 46.80%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=22.22%
G=46.80%
B=30.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66139920.5300.340.45141.3735.6140.2
Hex428B5C350222D8d2428
Octal10221313465042552154450
Binary1000010100010111011100110101010001010110110001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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