#317855

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

Shades of Amazon #317855

Tints of Amazon #317855

Color information

#317855 (or 0x317855) is unknown color: approx Amazon. HEX triplet: 31, 78 and 55. RGB value is (49,120,85). Sum of RGB (Red+Green+Blue) = 49+120+85=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #317855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317855 is #CE87AA. Grayscale: #5E5E5E. Windows color (decimal): -13535147 or 5601329. OLE color: 5601329.

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

Color convert

RGB4912085-
CMYK0.5900.290.53
HSL150.42º42.01%33.14%-
HSV(B)150.42º59.17%47.06%-
XYZ9.6214.7410.93-
YUV94.78122.4895.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=19.29%
G=47.24%
B=33.46%

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
Decimal49120850.5900.290.53150.4242.0133.14
Hex3178553B01D35962a21
Octal6117012573035652265241
Binary1100011111000101010111101101110111010110010110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317855; }

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

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

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

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

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

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

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

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