#428358

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

Shades of Amazon #428358

Tints of Amazon #428358

Color information

#428358 (or 0x428358) is unknown color: approx Amazon. HEX triplet: 42, 83 and 58. RGB value is (66,131,88). Sum of RGB (Red+Green+Blue) = 66+131+88=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #428358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428358 is #BD7CA7. Grayscale: #6A6A6A. Windows color (decimal): -12418216 or 5800770. OLE color: 5800770.

HSL color Cylindrical-coordinate representation of color #428358: hue angle of 140.31º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428358 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB6613188-
CMYK0.5000.330.49
HSL140.31º32.99%38.63%-
HSV(B)140.31º49.62%51.37%-
XYZ12.1218.112.09-
YUV106.66117.4799-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=23.16%
G=45.96%
B=30.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66131880.5000.330.49140.3132.9938.63
Hex42835832021318c2127
Octal10220313062041612144147
Binary1000010100000111011000110010010000111000110001100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428358; }

 p { color: rgb(66,131,88); }

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

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

 a { background-color: rgb(66,131,88); }

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

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

 span { border-color: rgb(66,131,88); }

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