#317858

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

Shades of Amazon #317858

Tints of Amazon #317858

Color information

#317858 (or 0x317858) is unknown color: approx Amazon. HEX triplet: 31, 78 and 58. RGB value is (49,120,88). Sum of RGB (Red+Green+Blue) = 49+120+88=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #317858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317858 is #CE87A7. Grayscale: #5F5F5F. Windows color (decimal): -13535144 or 5797937. OLE color: 5797937.

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

Color convert

RGB4912088-
CMYK0.5900.270.53
HSL152.96º42.01%33.14%-
HSV(B)152.96º59.17%47.06%-
XYZ9.7414.7911.57-
YUV95.12123.9895.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=19.07%
G=46.69%
B=34.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120880.5900.270.53152.9642.0133.14
Hex3178583B01B35992a21
Octal6117013073033652315241
Binary1100011111000101100011101101101111010110011001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317858; }

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

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

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

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

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

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

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

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