#317859

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

Shades of Amazon #317859

Tints of Amazon #317859

Color information

#317859 (or 0x317859) is unknown color: approx Amazon. HEX triplet: 31, 78 and 59. RGB value is (49,120,89). Sum of RGB (Red+Green+Blue) = 49+120+89=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #317859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317859 is #CE87A6. Grayscale: #5F5F5F. Windows color (decimal): -13535143 or 5863473. OLE color: 5863473.

HSL color Cylindrical-coordinate representation of color #317859: hue angle of 153.8º 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 #317859 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB4912089-
CMYK0.5900.260.53
HSL153.8º42.01%33.14%-
HSV(B)153.8º59.17%47.06%-
XYZ9.7914.8111.79-
YUV95.24124.4895.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=18.99%
G=46.51%
B=34.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120890.5900.260.53153.842.0133.14
Hex3178593B01A359a2a21
Octal6117013173032652325241
Binary1100011111000101100111101101101011010110011010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317859; }

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

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

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

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

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

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

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

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