#358345

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

Shades of Amazon #358345

Tints of Amazon #358345

Color information

#358345 (or 0x358345) is unknown color: approx Amazon. HEX triplet: 35, 83 and 45. RGB value is (53,131,69). Sum of RGB (Red+Green+Blue) = 53+131+69=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #358345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358345 is #CA7CBA. Grayscale: #646464. Windows color (decimal): -13270203 or 4555573. OLE color: 4555573.

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

Color convert

RGB5313169-
CMYK0.6000.470.49
HSL132.31º42.39%36.08%-
HSV(B)132.31º59.54%51.37%-
XYZ10.6617.428.43-
YUV100.61110.1694.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 131 (51.56% from 255) = 51.78%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=20.95%
G=51.78%
B=27.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131690.6000.470.49132.3142.3936.08
Hex3583453C02F31842a24
Octal6520310574057612045244
Binary110101100000111000101111100010111111000110000100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358345; }

 p { color: rgb(53,131,69); }

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

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

 a { background-color: rgb(53,131,69); }

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

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

 span { border-color: rgb(53,131,69); }

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