#428159

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

Shades of Amazon #428159

Tints of Amazon #428159

Color information

#428159 (or 0x428159) is unknown color: approx Amazon. HEX triplet: 42, 81 and 59. RGB value is (66,129,89). Sum of RGB (Red+Green+Blue) = 66+129+89=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #428159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428159 is #BD7EA6. Grayscale: #696969. Windows color (decimal): -12418727 or 5865794. OLE color: 5865794.

HSL color Cylindrical-coordinate representation of color #428159: hue angle of 141.9º degrees, saturation: 0.32, 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 #428159 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB6612989-
CMYK0.4900.310.49
HSL141.9º32.31%38.24%-
HSV(B)141.9º48.84%50.59%-
XYZ11.917.5812.22-
YUV105.6118.6399.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=23.24%
G=45.42%
B=31.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129890.4900.310.49141.932.3138.24
Hex4281593101F318e2026
Octal10220113161037612164046
Binary100001010000001101100111000101111111000110001110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428159; }

 p { color: rgb(66,129,89); }

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

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

 a { background-color: rgb(66,129,89); }

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

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

 span { border-color: rgb(66,129,89); }

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