#428257

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

Shades of Amazon #428257

Tints of Amazon #428257

Color information

#428257 (or 0x428257) is unknown color: approx Amazon. HEX triplet: 42, 82 and 57. RGB value is (66,130,87). Sum of RGB (Red+Green+Blue) = 66+130+87=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #428257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428257 is #BD7DA8. Grayscale: #6A6A6A. Windows color (decimal): -12418473 or 5734978. OLE color: 5734978.

HSL color Cylindrical-coordinate representation of color #428257: hue angle of 139.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428257 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB6613087-
CMYK0.4900.330.49
HSL139.69º32.65%38.43%-
HSV(B)139.69º49.23%50.98%-
XYZ11.9517.8111.82-
YUV105.96117.399.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 87 (34.38% from 255) = 30.74%
R=23.32%
G=45.94%
B=30.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130870.4900.330.49139.6932.6538.43
Hex42825731021318c2126
Octal10220212761041612144146
Binary1000010100000101010111110001010000111000110001100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428257; }

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

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

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

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

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

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

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

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