#428557

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

Shades of Amazon #428557

Tints of Amazon #428557

Color information

#428557 (or 0x428557) is unknown color: approx Amazon. HEX triplet: 42, 85 and 57. RGB value is (66,133,87). Sum of RGB (Red+Green+Blue) = 66+133+87=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #428557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428557 is #BD7AA8. Grayscale: #6B6B6B. Windows color (decimal): -12417705 or 5735746. OLE color: 5735746.

HSL color Cylindrical-coordinate representation of color #428557: hue angle of 138.81º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428557 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB6613387-
CMYK0.5000.350.48
HSL138.81º33.67%39.02%-
HSV(B)138.81º50.38%52.16%-
XYZ12.3518.6211.96-
YUV107.72116.398.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 87 (34.38% from 255) = 30.42%
R=23.08%
G=46.50%
B=30.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133870.5000.350.48138.8133.6739.02
Hex42855732023308b2227
Octal10220512762043602134247
Binary1000010100001011010111110010010001111000010001011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428557; }

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

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

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

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

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

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

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

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