#357755

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

Shades of Amazon #357755

Tints of Amazon #357755

Color information

#357755 (or 0x357755) is unknown color: approx Amazon. HEX triplet: 35, 77 and 55. RGB value is (53,119,85). Sum of RGB (Red+Green+Blue) = 53+119+85=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #357755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357755 is #CA88AA. Grayscale: #5F5F5F. Windows color (decimal): -13273259 or 5601077. OLE color: 5601077.

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

Color convert

RGB5311985-
CMYK0.5500.290.53
HSL149.09º38.37%33.73%-
HSV(B)149.09º55.46%46.67%-
XYZ9.714.6110.9-
YUV95.39122.1397.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=20.62%
G=46.30%
B=33.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119850.5500.290.53149.0938.3733.73
Hex3577553701D35952622
Octal6516712567035652254642
Binary1101011110111101010111011101110111010110010101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357755; }

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

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

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

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

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

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

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

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