#317655

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

Shades of Amazon #317655

Tints of Amazon #317655

Color information

#317655 (or 0x317655) is unknown color: approx Amazon. HEX triplet: 31, 76 and 55. RGB value is (49,118,85). Sum of RGB (Red+Green+Blue) = 49+118+85=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #317655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317655 is #CE89AA. Grayscale: #5D5D5D. Windows color (decimal): -13535659 or 5600817. OLE color: 5600817.

HSL color Cylindrical-coordinate representation of color #317655: hue angle of 151.3º 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 #317655 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB4911885-
CMYK0.5800.280.54
HSL151.3º41.32%32.75%-
HSV(B)151.3º58.47%46.27%-
XYZ9.3814.2710.85-
YUV93.61123.1496.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=19.44%
G=46.83%
B=33.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118850.5800.280.54151.341.3232.75
Hex3176553A01C36972921
Octal6116612572034662275141
Binary1100011110110101010111101001110011011010010111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317655; }

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

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

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

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

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

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

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

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