#358056

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

Shades of Amazon #358056

Tints of Amazon #358056

Color information

#358056 (or 0x358056) is unknown color: approx Amazon. HEX triplet: 35, 80 and 56. RGB value is (53,128,86). Sum of RGB (Red+Green+Blue) = 53+128+86=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #358056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358056 is #CA7FA9. Grayscale: #646464. Windows color (decimal): -13270954 or 5668917. OLE color: 5668917.

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

Color convert

RGB5312886-
CMYK0.5900.330.50
HSL146.4º41.44%35.49%-
HSV(B)146.4º58.59%50.2%-
XYZ10.8716.8711.49-
YUV100.79119.6593.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=19.85%
G=47.94%
B=32.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128860.5900.330.50146.441.4435.49
Hex3580563B02132922923
Octal6520012673041622225143
Binary110101100000001010110111011010000111001010010010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358056; }

 p { color: rgb(53,128,86); }

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

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

 a { background-color: rgb(53,128,86); }

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

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

 span { border-color: rgb(53,128,86); }

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