#428454

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

Shades of Amazon #428454

Tints of Amazon #428454

Color information

#428454 (or 0x428454) is unknown color: approx Amazon. HEX triplet: 42, 84 and 54. RGB value is (66,132,84). Sum of RGB (Red+Green+Blue) = 66+132+84=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #428454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428454 is #BD7BAB. Grayscale: #6A6A6A. Windows color (decimal): -12417964 or 5538882. OLE color: 5538882.

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

Color convert

RGB6613284-
CMYK0.500.360.48
HSL136.36º33.33%38.82%-
HSV(B)136.36º50%51.76%-
XYZ12.118.311.28-
YUV106.79115.1398.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 84 (33.20% from 255) = 29.79%
R=23.40%
G=46.81%
B=29.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132840.500.360.48136.3633.3338.82
Hex4284543202430882127
Octal10220412462044602104147
Binary1000010100001001010100110010010010011000010001000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428454; }

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

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

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

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

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

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

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

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