#357853

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

Shades of Amazon #357853

Tints of Amazon #357853

Color information

#357853 (or 0x357853) is unknown color: approx Amazon. HEX triplet: 35, 78 and 53. RGB value is (53,120,83). Sum of RGB (Red+Green+Blue) = 53+120+83=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #357853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357853 is #CA87AC. Grayscale: #5F5F5F. Windows color (decimal): -13273005 or 5470261. OLE color: 5470261.

HSL color Cylindrical-coordinate representation of color #357853: hue angle of 146.87º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357853 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB5312083-
CMYK0.5600.310.53
HSL146.87º38.73%33.92%-
HSV(B)146.87º55.83%47.06%-
XYZ9.7514.8110.53-
YUV95.75120.897.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 120 (47.27% from 255) = 46.88%
BLUE value IS 83 (32.81% from 255) = 32.42%
R=20.70%
G=46.88%
B=32.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120830.5600.310.53146.8738.7333.92
Hex3578533801F35932722
Octal6517012370037652234742
Binary1101011111000101001111100001111111010110010011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357853; }

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

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

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

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

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

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

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

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