#317755

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

Shades of Amazon #317755

Tints of Amazon #317755

Color information

#317755 (or 0x317755) is unknown color: approx Amazon. HEX triplet: 31, 77 and 55. RGB value is (49,119,85). Sum of RGB (Red+Green+Blue) = 49+119+85=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #317755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317755 is #CE88AA. Grayscale: #5E5E5E. Windows color (decimal): -13535403 or 5601073. OLE color: 5601073.

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

Color convert

RGB4911985-
CMYK0.5900.290.53
HSL150.86º41.67%32.94%-
HSV(B)150.86º58.82%46.67%-
XYZ9.514.510.89-
YUV94.19122.8195.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=19.37%
G=47.04%
B=33.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119850.5900.290.53150.8641.6732.94
Hex3177553B01D35972a21
Octal6116712573035652275241
Binary1100011110111101010111101101110111010110010111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317755; }

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

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

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

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

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

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

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

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