#357846

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

Shades of Amazon #357846

Tints of Amazon #357846

Color information

#357846 (or 0x357846) is unknown color: approx Amazon. HEX triplet: 35, 78 and 46. RGB value is (53,120,70). Sum of RGB (Red+Green+Blue) = 53+120+70=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #357846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357846 is #CA87B9. Grayscale: #5E5E5E. Windows color (decimal): -13273018 or 4618293. OLE color: 4618293.

HSL color Cylindrical-coordinate representation of color #357846: hue angle of 135.22º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357846 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB5312070-
CMYK0.5600.420.53
HSL135.22º38.73%33.92%-
HSV(B)135.22º55.83%47.06%-
XYZ9.2914.638.13-
YUV94.27114.398.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 120 (47.27% from 255) = 49.38%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=21.81%
G=49.38%
B=28.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120700.5600.420.53135.2238.7333.92
Hex3578463802A35872722
Octal6517010670052652074742
Binary11010111110001000110111000010101011010110000111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357846; }

 p { color: rgb(53,120,70); }

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

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

 a { background-color: rgb(53,120,70); }

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

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

 span { border-color: rgb(53,120,70); }

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