#357747

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

Shades of Amazon #357747

Tints of Amazon #357747

Color information

#357747 (or 0x357747) is unknown color: approx Amazon. HEX triplet: 35, 77 and 47. RGB value is (53,119,71). Sum of RGB (Red+Green+Blue) = 53+119+71=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #357747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357747 is #CA88B8. Grayscale: #5D5D5D. Windows color (decimal): -13273273 or 4683573. OLE color: 4683573.

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

Color convert

RGB5311971-
CMYK0.5500.400.53
HSL136.36º38.37%33.73%-
HSV(B)136.36º55.46%46.67%-
XYZ9.214.418.26-
YUV93.79115.1398.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 71 (28.12% from 255) = 29.22%
R=21.81%
G=48.97%
B=29.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119710.5500.400.53136.3638.3733.73
Hex3577473702835882622
Octal6516710767050652104642
Binary11010111101111000111110111010100011010110001000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357747; }

 p { color: rgb(53,119,71); }

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

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

 a { background-color: rgb(53,119,71); }

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

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

 span { border-color: rgb(53,119,71); }

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