#358354

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

Shades of Amazon #358354

Tints of Amazon #358354

Color information

#358354 (or 0x358354) is unknown color: approx Amazon. HEX triplet: 35, 83 and 54. RGB value is (53,131,84). Sum of RGB (Red+Green+Blue) = 53+131+84=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #358354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358354 is #CA7CAB. Grayscale: #666666. Windows color (decimal): -13270188 or 5538613. OLE color: 5538613.

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

Color convert

RGB5313184-
CMYK0.6000.360.49
HSL143.85º42.39%36.08%-
HSV(B)143.85º59.54%51.37%-
XYZ11.1817.6311.2-
YUV102.32117.6692.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 131 (51.56% from 255) = 48.88%
BLUE value IS 84 (33.20% from 255) = 31.34%
R=19.78%
G=48.88%
B=31.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131840.6000.360.49143.8542.3936.08
Hex3583543C02431902a24
Octal6520312474044612205244
Binary110101100000111010100111100010010011000110010000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358354; }

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

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

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

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

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

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

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

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