#358344

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

Shades of Amazon #358344

Tints of Amazon #358344

Color information

#358344 (or 0x358344) is unknown color: approx Amazon. HEX triplet: 35, 83 and 44. RGB value is (53,131,68). Sum of RGB (Red+Green+Blue) = 53+131+68=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #358344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358344 is #CA7CBB. Grayscale: #646464. Windows color (decimal): -13270204 or 4490037. OLE color: 4490037.

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

Color convert

RGB5313168-
CMYK0.6000.480.49
HSL131.54º42.39%36.08%-
HSV(B)131.54º59.54%51.37%-
XYZ10.6317.418.27-
YUV100.5109.6694.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 131 (51.56% from 255) = 51.98%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=21.03%
G=51.98%
B=26.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131680.6000.480.49131.5442.3936.08
Hex3583443C03031842a24
Octal6520310474060612045244
Binary110101100000111000100111100011000011000110000100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358344; }

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

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

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

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

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

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

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

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