#358547

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

Shades of Amazon #358547

Tints of Amazon #358547

Color information

#358547 (or 0x358547) is unknown color: approx Amazon. HEX triplet: 35, 85 and 47. RGB value is (53,133,71). Sum of RGB (Red+Green+Blue) = 53+133+71=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #358547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358547 is #CA7AB8. Grayscale: #666666. Windows color (decimal): -13269689 or 4687157. OLE color: 4687157.

HSL color Cylindrical-coordinate representation of color #358547: hue angle of 133.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358547 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB5313371-
CMYK0.6000.470.48
HSL133.5º43.01%36.47%-
HSV(B)133.5º60.15%52.16%-
XYZ10.9917.998.85-
YUV102.01110.593.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=20.62%
G=51.75%
B=27.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53133710.6000.470.48133.543.0136.47
Hex3585473C02F30862b24
Octal6520510774057602065344
Binary110101100001011000111111100010111111000010000110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358547; }

 p { color: rgb(53,133,71); }

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

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

 a { background-color: rgb(53,133,71); }

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

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

 span { border-color: rgb(53,133,71); }

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