#317D5C

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

Shades of Amazon #317D5C

Tints of Amazon #317D5C

Color information

#317D5C (or 0x317D5C) is unknown color: approx Amazon. HEX triplet: 31, 7D and 5C. RGB value is (49,125,92). Sum of RGB (Red+Green+Blue) = 49+125+92=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #317D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D5C is #CE82A3. Grayscale: #626262. Windows color (decimal): -13533860 or 6061361. OLE color: 6061361.

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

Color convert

RGB4912592-
CMYK0.6100.260.51
HSL153.95º43.68%34.12%-
HSV(B)153.95º60.8%49.02%-
XYZ10.5316.0912.68-
YUV98.51124.3292.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 125 (49.22% from 255) = 46.99%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=18.42%
G=46.99%
B=34.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49125920.6100.260.51153.9543.6834.12
Hex317D5C3D01A339a2c22
Octal6117513475032632325442
Binary1100011111101101110011110101101011001110011010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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