#317857

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

Shades of Amazon #317857

Tints of Amazon #317857

Color information

#317857 (or 0x317857) is unknown color: approx Amazon. HEX triplet: 31, 78 and 57. RGB value is (49,120,87). Sum of RGB (Red+Green+Blue) = 49+120+87=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #317857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317857 is #CE87A8. Grayscale: #5F5F5F. Windows color (decimal): -13535145 or 5732401. OLE color: 5732401.

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

Color convert

RGB4912087-
CMYK0.5900.280.53
HSL152.11º42.01%33.14%-
HSV(B)152.11º59.17%47.06%-
XYZ9.714.7711.36-
YUV95.01123.4895.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 120 (47.27% from 255) = 46.88%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=19.14%
G=46.88%
B=33.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120870.5900.280.53152.1142.0133.14
Hex3178573B01C35982a21
Octal6117012773034652305241
Binary1100011111000101011111101101110011010110011000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317857; }

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

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

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

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

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

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

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

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