#317658

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

Shades of Amazon #317658

Tints of Amazon #317658

Color information

#317658 (or 0x317658) is unknown color: approx Amazon. HEX triplet: 31, 76 and 58. RGB value is (49,118,88). Sum of RGB (Red+Green+Blue) = 49+118+88=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #317658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317658 is #CE89A7. Grayscale: #5E5E5E. Windows color (decimal): -13535656 or 5797425. OLE color: 5797425.

HSL color Cylindrical-coordinate representation of color #317658: hue angle of 153.91º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317658 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB4911888-
CMYK0.5800.250.54
HSL153.91º41.32%32.75%-
HSV(B)153.91º58.47%46.27%-
XYZ9.5114.3111.49-
YUV93.95124.6495.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 118 (46.48% from 255) = 46.27%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=19.22%
G=46.27%
B=34.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118880.5800.250.54153.9141.3232.75
Hex3176583A019369a2921
Octal6116613072031662325141
Binary1100011110110101100011101001100111011010011010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317658; }

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

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

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

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

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

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

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

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