#358049

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

Shades of Amazon #358049

Tints of Amazon #358049

Color information

#358049 (or 0x358049) is unknown color: approx Amazon. HEX triplet: 35, 80 and 49. RGB value is (53,128,73). Sum of RGB (Red+Green+Blue) = 53+128+73=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #358049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358049 is #CA7FB6. Grayscale: #636363. Windows color (decimal): -13270967 or 4816949. OLE color: 4816949.

HSL color Cylindrical-coordinate representation of color #358049: hue angle of 136º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358049 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB5312873-
CMYK0.5900.430.50
HSL136º41.44%35.49%-
HSV(B)136º58.59%50.2%-
XYZ10.3916.688.97-
YUV99.3113.1594.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 128 (50.39% from 255) = 50.39%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=20.87%
G=50.39%
B=28.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128730.5900.430.5013641.4435.49
Hex3580493B02B32882923
Octal6520011173053622105143
Binary110101100000001001001111011010101111001010001000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358049; }

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

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

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

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

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

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

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

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