#358249

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

Shades of Amazon #358249

Tints of Amazon #358249

Color information

#358249 (or 0x358249) is unknown color: approx Amazon. HEX triplet: 35, 82 and 49. RGB value is (53,130,73). Sum of RGB (Red+Green+Blue) = 53+130+73=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #358249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358249 is #CA7DB6. Grayscale: #646464. Windows color (decimal): -13270455 or 4817461. OLE color: 4817461.

HSL color Cylindrical-coordinate representation of color #358249: hue angle of 135.58º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358249 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB5313073-
CMYK0.5900.440.49
HSL135.58º42.08%35.88%-
HSV(B)135.58º59.23%50.98%-
XYZ10.6517.29.06-
YUV100.48112.4994.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=20.70%
G=50.78%
B=28.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130730.5900.440.49135.5842.0835.88
Hex3582493B02C31882a24
Octal6520211173054612105244
Binary110101100000101001001111011010110011000110001000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358249; }

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

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

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

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

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

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

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

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