#317C56

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

Shades of Amazon #317C56

Tints of Amazon #317C56

Color information

#317C56 (or 0x317C56) is unknown color: approx Amazon. HEX triplet: 31, 7C and 56. RGB value is (49,124,86). Sum of RGB (Red+Green+Blue) = 49+124+86=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #317C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317C56 is #CE83A9. Grayscale: #616161. Windows color (decimal): -13534122 or 5667889. OLE color: 5667889.

HSL color Cylindrical-coordinate representation of color #317C56: hue angle of 149.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317C56 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB4912486-
CMYK0.6000.310.51
HSL149.6º43.35%33.92%-
HSV(B)149.6º60.48%48.63%-
XYZ10.1515.7411.31-
YUV97.24121.6593.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 124 (48.83% from 255) = 47.88%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=18.92%
G=47.88%
B=33.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49124860.6000.310.51149.643.3533.92
Hex317C563C01F33962b22
Octal6117412674037632265342
Binary1100011111100101011011110001111111001110010110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317C56; }

 p { color: rgb(49,124,86); }

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

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

 a { background-color: rgb(49,124,86); }

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

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

 span { border-color: rgb(49,124,86); }

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