#357553

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

Shades of Amazon #357553

Tints of Amazon #357553

Color information

#357553 (or 0x357553) is unknown color: approx Amazon. HEX triplet: 35, 75 and 53. RGB value is (53,117,83). Sum of RGB (Red+Green+Blue) = 53+117+83=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #357553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357553 is #CA8AAC. Grayscale: #5E5E5E. Windows color (decimal): -13273773 or 5469493. OLE color: 5469493.

HSL color Cylindrical-coordinate representation of color #357553: hue angle of 148.12º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357553 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB5311783-
CMYK0.5500.290.54
HSL148.12º37.65%33.33%-
HSV(B)148.12º54.7%45.88%-
XYZ9.3914.110.41-
YUV93.99121.898.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 117 (46.09% from 255) = 46.25%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=20.95%
G=46.25%
B=32.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117830.5500.290.54148.1237.6533.33
Hex3575533701D36942621
Octal6516512367035662244641
Binary1101011110101101001111011101110111011010010100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357553; }

 p { color: rgb(53,117,83); }

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

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

 a { background-color: rgb(53,117,83); }

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

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

 span { border-color: rgb(53,117,83); }

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