#317657

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

Shades of Amazon #317657

Tints of Amazon #317657

Color information

#317657 (or 0x317657) is unknown color: approx Amazon. HEX triplet: 31, 76 and 57. RGB value is (49,118,87). Sum of RGB (Red+Green+Blue) = 49+118+87=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #317657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317657 is #CE89A8. Grayscale: #5D5D5D. Windows color (decimal): -13535657 or 5731889. OLE color: 5731889.

HSL color Cylindrical-coordinate representation of color #317657: hue angle of 153.04º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317657 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB4911887-
CMYK0.5800.260.54
HSL153.04º41.32%32.75%-
HSV(B)153.04º58.47%46.27%-
XYZ9.4714.311.28-
YUV93.84124.1496.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 87 (34.38% from 255) = 34.25%
R=19.29%
G=46.46%
B=34.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118870.5800.260.54153.0441.3232.75
Hex3176573A01A36992921
Octal6116612772032662315141
Binary1100011110110101011111101001101011011010011001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317657; }

 p { color: rgb(49,118,87); }

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

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

 a { background-color: rgb(49,118,87); }

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

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

 span { border-color: rgb(49,118,87); }

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