#317C55

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

Shades of Amazon #317C55

Tints of Amazon #317C55

Color information

#317C55 (or 0x317C55) is unknown color: approx Amazon. HEX triplet: 31, 7C and 55. RGB value is (49,124,85). Sum of RGB (Red+Green+Blue) = 49+124+85=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #317C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317C55 is #CE83AA. Grayscale: #616161. Windows color (decimal): -13534123 or 5602353. OLE color: 5602353.

HSL color Cylindrical-coordinate representation of color #317C55: hue angle of 148.8º 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 #317C55 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB4912485-
CMYK0.6000.310.51
HSL148.8º43.35%33.92%-
HSV(B)148.8º60.48%48.63%-
XYZ10.1115.7211.1-
YUV97.13121.1593.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 124 (48.83% from 255) = 48.06%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=18.99%
G=48.06%
B=32.95%

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
Decimal49124850.6000.310.51148.843.3533.92
Hex317C553C01F33952b22
Octal6117412574037632255342
Binary1100011111100101010111110001111111001110010101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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