#428555

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

Shades of Amazon #428555

Tints of Amazon #428555

Color information

#428555 (or 0x428555) is unknown color: approx Amazon. HEX triplet: 42, 85 and 55. RGB value is (66,133,85). Sum of RGB (Red+Green+Blue) = 66+133+85=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #428555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428555 is #BD7AAA. Grayscale: #6B6B6B. Windows color (decimal): -12417707 or 5604674. OLE color: 5604674.

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

Color convert

RGB6613385-
CMYK0.5000.360.48
HSL137.01º33.67%39.02%-
HSV(B)137.01º50.38%52.16%-
XYZ12.2718.5911.54-
YUV107.49115.398.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=23.24%
G=46.83%
B=29.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133850.5000.360.48137.0133.6739.02
Hex4285553202430892227
Octal10220512562044602114247
Binary1000010100001011010101110010010010011000010001001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428555; }

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

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

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

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

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

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

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

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