#428556

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

Shades of Amazon #428556

Tints of Amazon #428556

Color information

#428556 (or 0x428556) is unknown color: approx Amazon. HEX triplet: 42, 85 and 56. RGB value is (66,133,86). Sum of RGB (Red+Green+Blue) = 66+133+86=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #428556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428556 is #BD7AA9. Grayscale: #6B6B6B. Windows color (decimal): -12417706 or 5670210. OLE color: 5670210.

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

Color convert

RGB6613386-
CMYK0.5000.350.48
HSL137.91º33.67%39.02%-
HSV(B)137.91º50.38%52.16%-
XYZ12.3118.6111.75-
YUV107.61115.898.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=23.16%
G=46.67%
B=30.18%

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
Decimal66133860.5000.350.48137.9133.6739.02
Hex42855632023308a2227
Octal10220512662043602124247
Binary1000010100001011010110110010010001111000010001010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428556; }

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

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

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

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

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

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

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

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