#428256

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

Shades of Amazon #428256

Tints of Amazon #428256

Color information

#428256 (or 0x428256) is unknown color: approx Amazon. HEX triplet: 42, 82 and 56. RGB value is (66,130,86). Sum of RGB (Red+Green+Blue) = 66+130+86=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #428256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428256 is #BD7DA9. Grayscale: #696969. Windows color (decimal): -12418474 or 5669442. OLE color: 5669442.

HSL color Cylindrical-coordinate representation of color #428256: hue angle of 138.75º degrees, saturation: 0.33, 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 #428256 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB6613086-
CMYK0.4900.340.49
HSL138.75º32.65%38.43%-
HSV(B)138.75º49.23%50.98%-
XYZ11.9117.811.61-
YUV105.85116.899.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 86 (33.98% from 255) = 30.50%
R=23.40%
G=46.10%
B=30.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130860.4900.340.49138.7532.6538.43
Hex42825631022318b2126
Octal10220212661042612134146
Binary1000010100000101010110110001010001011000110001011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428256; }

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

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

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

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

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

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

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

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