#317D5A

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

Shades of Amazon #317D5A

Tints of Amazon #317D5A

Color information

#317D5A (or 0x317D5A) is unknown color: approx Amazon. HEX triplet: 31, 7D and 5A. RGB value is (49,125,90). Sum of RGB (Red+Green+Blue) = 49+125+90=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 125 - color contains mainly: green. Hex color #317D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D5A is #CE82A5. Grayscale: #626262. Windows color (decimal): -13533862 or 5930289. OLE color: 5930289.

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

Color convert

RGB4912590-
CMYK0.6100.280.51
HSL152.37º43.68%34.12%-
HSV(B)152.37º60.8%49.02%-
XYZ10.4516.0612.22-
YUV98.29123.3292.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 125 (49.22% from 255) = 47.35%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=18.56%
G=47.35%
B=34.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49125900.6100.280.51152.3743.6834.12
Hex317D5A3D01C33982c22
Octal6117513275034632305442
Binary1100011111101101101011110101110011001110011000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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