#317549

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

Shades of Amazon #317549

Tints of Amazon #317549

Color information

#317549 (or 0x317549) is unknown color: approx Amazon. HEX triplet: 31, 75 and 49. RGB value is (49,117,73). Sum of RGB (Red+Green+Blue) = 49+117+73=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #317549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317549 is #CE8AB6. Grayscale: #5B5B5B. Windows color (decimal): -13535927 or 4814129. OLE color: 4814129.

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

Color convert

RGB4911773-
CMYK0.5800.380.54
HSL141.18º40.96%32.55%-
HSV(B)141.18º58.12%45.88%-
XYZ8.8313.868.51-
YUV91.65117.4797.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=20.50%
G=48.95%
B=30.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49117730.5800.380.54141.1840.9632.55
Hex3175493A026368d2921
Octal6116511172046662155141
Binary11000111101011001001111010010011011011010001101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317549; }

 p { color: rgb(49,117,73); }

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

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

 a { background-color: rgb(49,117,73); }

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

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

 span { border-color: rgb(49,117,73); }

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