#357544

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

Shades of Amazon #357544

Tints of Amazon #357544

Color information

#357544 (or 0x357544) is unknown color: approx Amazon. HEX triplet: 35, 75 and 44. RGB value is (53,117,68). Sum of RGB (Red+Green+Blue) = 53+117+68=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #357544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357544 is #CA8ABB. Grayscale: #5C5C5C. Windows color (decimal): -13273788 or 4486453. OLE color: 4486453.

HSL color Cylindrical-coordinate representation of color #357544: hue angle of 134.06º 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 #357544 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB5311768-
CMYK0.5500.420.54
HSL134.06º37.65%33.33%-
HSV(B)134.06º54.7%45.88%-
XYZ8.8713.97.68-
YUV92.28114.399.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 68 (26.95% from 255) = 28.57%
R=22.27%
G=49.16%
B=28.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117680.5500.420.54134.0637.6533.33
Hex3575443702A36862621
Octal6516510467052662064641
Binary11010111101011000100110111010101011011010000110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357544; }

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

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

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

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

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

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

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

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