#317957

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

Shades of Amazon #317957

Tints of Amazon #317957

Color information

#317957 (or 0x317957) is unknown color: approx Amazon. HEX triplet: 31, 79 and 57. RGB value is (49,121,87). Sum of RGB (Red+Green+Blue) = 49+121+87=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #317957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317957 is #CE86A8. Grayscale: #5F5F5F. Windows color (decimal): -13534889 or 5732657. OLE color: 5732657.

HSL color Cylindrical-coordinate representation of color #317957: hue angle of 151.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317957 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB4912187-
CMYK0.6000.280.53
HSL151.67º42.35%33.33%-
HSV(B)151.67º59.5%47.45%-
XYZ9.8215.0211.4-
YUV95.6123.1594.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 87 (34.38% from 255) = 33.85%
R=19.07%
G=47.08%
B=33.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121870.6000.280.53151.6742.3533.33
Hex3179573C01C35982a21
Octal6117112774034652305241
Binary1100011111001101011111110001110011010110011000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317957; }

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

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

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

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

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

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

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

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