#428154

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

Shades of Amazon #428154

Tints of Amazon #428154

Color information

#428154 (or 0x428154) is unknown color: approx Amazon. HEX triplet: 42, 81 and 54. RGB value is (66,129,84). Sum of RGB (Red+Green+Blue) = 66+129+84=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #428154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428154 is #BD7EAB. Grayscale: #696969. Windows color (decimal): -12418732 or 5538114. OLE color: 5538114.

HSL color Cylindrical-coordinate representation of color #428154: hue angle of 137.14º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428154 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB6612984-
CMYK0.4900.350.49
HSL137.14º32.31%38.24%-
HSV(B)137.14º48.84%50.59%-
XYZ11.717.511.15-
YUV105.03116.13100.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=23.66%
G=46.24%
B=30.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129840.4900.350.49137.1432.3138.24
Hex4281543102331892026
Octal10220112461043612114046
Binary1000010100000011010100110001010001111000110001001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428154; }

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

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

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

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

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

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

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

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