#317B57

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

Shades of Amazon #317B57

Tints of Amazon #317B57

Color information

#317B57 (or 0x317B57) is unknown color: approx Amazon. HEX triplet: 31, 7B and 57. RGB value is (49,123,87). Sum of RGB (Red+Green+Blue) = 49+123+87=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 123 - color contains mainly: green. Hex color #317B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317B57 is #CE84A8. Grayscale: #606060. Windows color (decimal): -13534377 or 5733169. OLE color: 5733169.

HSL color Cylindrical-coordinate representation of color #317B57: hue angle of 150.81º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317B57 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB4912387-
CMYK0.6000.290.52
HSL150.81º43.02%33.73%-
HSV(B)150.81º60.16%48.24%-
XYZ10.0715.5111.48-
YUV96.77122.4893.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 123 (48.44% from 255) = 47.49%
BLUE value IS 87 (34.38% from 255) = 33.59%
R=18.92%
G=47.49%
B=33.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49123870.6000.290.52150.8143.0233.73
Hex317B573C01D34972b22
Octal6117312774035642275342
Binary1100011111011101011111110001110111010010010111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,123,87); }

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

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

 a { background-color: rgb(49,123,87); }

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

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

 span { border-color: rgb(49,123,87); }

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