#317751

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

Shades of Amazon #317751

Tints of Amazon #317751

Color information

#317751 (or 0x317751) is unknown color: approx Amazon. HEX triplet: 31, 77 and 51. RGB value is (49,119,81). Sum of RGB (Red+Green+Blue) = 49+119+81=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #317751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317751 is #CE88AE. Grayscale: #5D5D5D. Windows color (decimal): -13535407 or 5338929. OLE color: 5338929.

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

Color convert

RGB4911981-
CMYK0.5900.320.53
HSL147.43º41.67%32.94%-
HSV(B)147.43º58.82%46.67%-
XYZ9.3514.4410.08-
YUV93.74120.8196.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=19.68%
G=47.79%
B=32.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119810.5900.320.53147.4341.6732.94
Hex3177513B02035932a21
Octal6116712173040652235241
Binary11000111101111010001111011010000011010110010011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317751; }

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

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

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

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

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

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

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

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