#428055

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

Shades of Amazon #428055

Tints of Amazon #428055

Color information

#428055 (or 0x428055) is unknown color: approx Amazon. HEX triplet: 42, 80 and 55. RGB value is (66,128,85). Sum of RGB (Red+Green+Blue) = 66+128+85=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #428055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428055 is #BD7FAA. Grayscale: #686868. Windows color (decimal): -12418987 or 5603394. OLE color: 5603394.

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

Color convert

RGB6612885-
CMYK0.4800.340.50
HSL138.39º31.96%38.04%-
HSV(B)138.39º48.44%50.2%-
XYZ11.6117.2511.31-
YUV104.56116.96100.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=23.66%
G=45.88%
B=30.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128850.4800.340.50138.3931.9638.04
Hex42805530022328a2026
Octal10220012560042622124046
Binary1000010100000001010101110000010001011001010001010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428055; }

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

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

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

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

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

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

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

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