#428456

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

Shades of Amazon #428456

Tints of Amazon #428456

Color information

#428456 (or 0x428456) is unknown color: approx Amazon. HEX triplet: 42, 84 and 56. RGB value is (66,132,86). Sum of RGB (Red+Green+Blue) = 66+132+86=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #428456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428456 is #BD7BA9. Grayscale: #6B6B6B. Windows color (decimal): -12417962 or 5669954. OLE color: 5669954.

HSL color Cylindrical-coordinate representation of color #428456: hue angle of 138.18º degrees, saturation: 0.33, 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 #428456 is Cyan = 0.5, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB6613286-
CMYK0.500.350.48
HSL138.18º33.33%38.82%-
HSV(B)138.18º50%51.76%-
XYZ12.1818.3311.7-
YUV107.02116.1398.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=23.24%
G=46.48%
B=30.28%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132860.500.350.48138.1833.3338.82
Hex42845632023308a2127
Octal10220412662043602124147
Binary1000010100001001010110110010010001111000010001010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428456; }

 p { color: rgb(66,132,86); }

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

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

 a { background-color: rgb(66,132,86); }

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

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

 span { border-color: rgb(66,132,86); }

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