#317D53

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

Shades of Amazon #317D53

Tints of Amazon #317D53

Color information

#317D53 (or 0x317D53) is unknown color: approx Amazon. HEX triplet: 31, 7D and 53. RGB value is (49,125,83). Sum of RGB (Red+Green+Blue) = 49+125+83=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #317D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D53 is #CE82AC. Grayscale: #616161. Windows color (decimal): -13533869 or 5471537. OLE color: 5471537.

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

Color convert

RGB4912583-
CMYK0.6100.340.51
HSL146.84º43.68%34.12%-
HSV(B)146.84º60.8%49.02%-
XYZ10.1615.9410.73-
YUV97.49119.8293.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 125 (49.22% from 255) = 48.64%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=19.07%
G=48.64%
B=32.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49125830.6100.340.51146.8443.6834.12
Hex317D533D02233932c22
Octal6117512375042632235442
Binary11000111111011010011111101010001011001110010011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,125,83); }

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

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

 a { background-color: rgb(49,125,83); }

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

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

 span { border-color: rgb(49,125,83); }

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