#358055

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

Shades of Amazon #358055

Tints of Amazon #358055

Color information

#358055 (or 0x358055) is unknown color: approx Amazon. HEX triplet: 35, 80 and 55. RGB value is (53,128,85). Sum of RGB (Red+Green+Blue) = 53+128+85=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #358055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358055 is #CA7FAA. Grayscale: #646464. Windows color (decimal): -13270955 or 5603381. OLE color: 5603381.

HSL color Cylindrical-coordinate representation of color #358055: hue angle of 145.6º 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 #358055 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB5312885-
CMYK0.5900.340.50
HSL145.6º41.44%35.49%-
HSV(B)145.6º58.59%50.2%-
XYZ10.8316.8511.28-
YUV100.67119.1594-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 128 (50.39% from 255) = 48.12%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=19.92%
G=48.12%
B=31.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128850.5900.340.50145.641.4435.49
Hex3580553B02232922923
Octal6520012573042622225143
Binary110101100000001010101111011010001011001010010010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358055; }

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

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

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

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

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

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

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

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