#428156

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

Shades of Amazon #428156

Tints of Amazon #428156

Color information

#428156 (or 0x428156) is unknown color: approx Amazon. HEX triplet: 42, 81 and 56. RGB value is (66,129,86). Sum of RGB (Red+Green+Blue) = 66+129+86=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #428156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428156 is #BD7EA9. Grayscale: #696969. Windows color (decimal): -12418730 or 5669186. OLE color: 5669186.

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

Color convert

RGB6612986-
CMYK0.4900.330.49
HSL139.05º32.31%38.24%-
HSV(B)139.05º48.84%50.59%-
XYZ11.7817.5311.57-
YUV105.26117.13100-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=23.49%
G=45.91%
B=30.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129860.4900.330.49139.0532.3138.24
Hex42815631021318b2026
Octal10220112661041612134046
Binary1000010100000011010110110001010000111000110001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428156; }

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

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

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

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

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

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

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

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