#317C50

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

Shades of Amazon #317C50

Tints of Amazon #317C50

Color information

#317C50 (or 0x317C50) is unknown color: approx Amazon. HEX triplet: 31, 7C and 50. RGB value is (49,124,80). Sum of RGB (Red+Green+Blue) = 49+124+80=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #317C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317C50 is #CE83AF. Grayscale: #606060. Windows color (decimal): -13534128 or 5274673. OLE color: 5274673.

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

Color convert

RGB4912480-
CMYK0.6000.350.51
HSL144.8º43.35%33.92%-
HSV(B)144.8º60.48%48.63%-
XYZ9.9215.6510.09-
YUV96.56118.6594.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 124 (48.83% from 255) = 49.01%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=19.37%
G=49.01%
B=31.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49124800.6000.350.51144.843.3533.92
Hex317C503C02333912b22
Octal6117412074043632215342
Binary11000111111001010000111100010001111001110010001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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