#317353

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

Shades of Amazon #317353

Tints of Amazon #317353

Color information

#317353 (or 0x317353) is unknown color: approx Amazon. HEX triplet: 31, 73 and 53. RGB value is (49,115,83). Sum of RGB (Red+Green+Blue) = 49+115+83=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #317353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317353 is #CE8CAC. Grayscale: #5B5B5B. Windows color (decimal): -13536429 or 5468977. OLE color: 5468977.

HSL color Cylindrical-coordinate representation of color #317353: hue angle of 150.91º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317353 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB4911583-
CMYK0.5700.280.55
HSL150.91º40.24%32.16%-
HSV(B)150.91º57.39%45.1%-
XYZ8.9613.5410.32-
YUV91.62123.1397.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=19.84%
G=46.56%
B=33.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115830.5700.280.55150.9140.2432.16
Hex3173533901C37972820
Octal6116312371034672275040
Binary1100011110011101001111100101110011011110010111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317353; }

 p { color: rgb(49,115,83); }

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

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

 a { background-color: rgb(49,115,83); }

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

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

 span { border-color: rgb(49,115,83); }

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