#317F48

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

Shades of Amazon #317F48

Tints of Amazon #317F48

Color information

#317F48 (or 0x317F48) is unknown color: approx Amazon. HEX triplet: 31, 7F and 48. RGB value is (49,127,72). Sum of RGB (Red+Green+Blue) = 49+127+72=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #317F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F48 is #CE80B7. Grayscale: #616161. Windows color (decimal): -13533368 or 4751153. OLE color: 4751153.

HSL color Cylindrical-coordinate representation of color #317F48: hue angle of 137.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F48 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB4912772-
CMYK0.6100.430.50
HSL137.69º44.32%34.51%-
HSV(B)137.69º61.42%49.8%-
XYZ10.0316.38.75-
YUV97.41113.6693.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 127 (50% from 255) = 51.21%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=19.76%
G=51.21%
B=29.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49127720.6100.430.50137.6944.3234.51
Hex317F483D02B328a2c23
Octal6117711075053622125443
Binary11000111111111001000111101010101111001010001010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317F48; }

 p { color: rgb(49,127,72); }

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

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

 a { background-color: rgb(49,127,72); }

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

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

 span { border-color: rgb(49,127,72); }

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