#317757

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

Shades of Amazon #317757

Tints of Amazon #317757

Color information

#317757 (or 0x317757) is unknown color: approx Amazon. HEX triplet: 31, 77 and 57. RGB value is (49,119,87). Sum of RGB (Red+Green+Blue) = 49+119+87=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #317757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317757 is #CE88A8. Grayscale: #5E5E5E. Windows color (decimal): -13535401 or 5732145. OLE color: 5732145.

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

Color convert

RGB4911987-
CMYK0.5900.270.53
HSL152.57º41.67%32.94%-
HSV(B)152.57º58.82%46.67%-
XYZ9.5814.5311.32-
YUV94.42123.8195.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=19.22%
G=46.67%
B=34.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119870.5900.270.53152.5741.6732.94
Hex3177573B01B35992a21
Octal6116712773033652315241
Binary1100011110111101011111101101101111010110011001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317757; }

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

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

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

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

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

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

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

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