#428956

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

Shades of Amazon #428956

Tints of Amazon #428956

Color information

#428956 (or 0x428956) is unknown color: approx Amazon. HEX triplet: 42, 89 and 56. RGB value is (66,137,86). Sum of RGB (Red+Green+Blue) = 66+137+86=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #428956 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428956 is #BD76A9. Grayscale: #6E6E6E. Windows color (decimal): -12416682 or 5671234. OLE color: 5671234.

HSL color Cylindrical-coordinate representation of color #428956: hue angle of 136.9º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428956 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB6613786-
CMYK0.5200.370.46
HSL136.9º34.98%39.8%-
HSV(B)136.9º51.82%53.73%-
XYZ12.8719.7211.93-
YUV109.96114.4896.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=22.84%
G=47.40%
B=29.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66137860.5200.370.46136.934.9839.8
Hex428956340252E892328
Octal10221112664045562114350
Binary1000010100010011010110110100010010110111010001001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428956; }

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

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

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

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

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

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

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

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