#317747

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

Shades of Amazon #317747

Tints of Amazon #317747

Color information

#317747 (or 0x317747) is unknown color: approx Amazon. HEX triplet: 31, 77 and 47. RGB value is (49,119,71). Sum of RGB (Red+Green+Blue) = 49+119+71=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #317747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317747 is #CE88B8. Grayscale: #5C5C5C. Windows color (decimal): -13535417 or 4683569. OLE color: 4683569.

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

Color convert

RGB4911971-
CMYK0.5900.400.53
HSL138.86º41.67%32.94%-
HSV(B)138.86º58.82%46.67%-
XYZ914.38.25-
YUV92.6115.8196.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=20.50%
G=49.79%
B=29.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119710.5900.400.53138.8641.6732.94
Hex3177473B028358b2a21
Octal6116710773050652135241
Binary11000111101111000111111011010100011010110001011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317747; }

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

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

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

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

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

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

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

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