#358549

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

Shades of Amazon #358549

Tints of Amazon #358549

Color information

#358549 (or 0x358549) is unknown color: approx Amazon. HEX triplet: 35, 85 and 49. RGB value is (53,133,73). Sum of RGB (Red+Green+Blue) = 53+133+73=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #358549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358549 is #CA7AB6. Grayscale: #666666. Windows color (decimal): -13269687 or 4818229. OLE color: 4818229.

HSL color Cylindrical-coordinate representation of color #358549: hue angle of 135º 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 #358549 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB5313373-
CMYK0.6000.450.48
HSL135º43.01%36.47%-
HSV(B)135º60.15%52.16%-
XYZ11.0618.019.2-
YUV102.24111.592.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 133 (52.34% from 255) = 51.35%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=20.46%
G=51.35%
B=28.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53133730.6000.450.4813543.0136.47
Hex3585493C02D30872b24
Octal6520511174055602075344
Binary110101100001011001001111100010110111000010000111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358549; }

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

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

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

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

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

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

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

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