#358351

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

Shades of Amazon #358351

Tints of Amazon #358351

Color information

#358351 (or 0x358351) is unknown color: approx Amazon. HEX triplet: 35, 83 and 51. RGB value is (53,131,81). Sum of RGB (Red+Green+Blue) = 53+131+81=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #358351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358351 is #CA7CAE. Grayscale: #666666. Windows color (decimal): -13270191 or 5342005. OLE color: 5342005.

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

Color convert

RGB5313181-
CMYK0.6000.380.49
HSL141.54º42.39%36.08%-
HSV(B)141.54º59.54%51.37%-
XYZ11.0717.5810.6-
YUV101.98116.1693.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 131 (51.56% from 255) = 49.43%
BLUE value IS 81 (32.03% from 255) = 30.57%
R=20%
G=49.43%
B=30.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131810.6000.380.49141.5442.3936.08
Hex3583513C026318e2a24
Octal6520312174046612165244
Binary110101100000111010001111100010011011000110001110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358351; }

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

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

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

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

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

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

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

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