#317E48

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

Shades of Amazon #317E48

Tints of Amazon #317E48

Color information

#317E48 (or 0x317E48) is unknown color: approx Amazon. HEX triplet: 31, 7E and 48. RGB value is (49,126,72). Sum of RGB (Red+Green+Blue) = 49+126+72=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 126 (49.61% from 255 or 51.01% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 126 - color contains mainly: green. Hex color #317E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317E48 is #CE81B7. Grayscale: #606060. Windows color (decimal): -13533624 or 4750897. OLE color: 4750897.

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

Color convert

RGB4912672-
CMYK0.6100.430.51
HSL137.92º44%34.31%-
HSV(B)137.92º61.11%49.41%-
XYZ9.916.048.71-
YUV96.82113.9993.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 126 (49.61% from 255) = 51.01%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=19.84%
G=51.01%
B=29.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49126720.6100.430.51137.924434.31
Hex317E483D02B338a2c22
Octal6117611075053632125442
Binary11000111111101001000111101010101111001110001010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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