#316F49

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

Shades of Amazon #316F49

Tints of Amazon #316F49

Color information

#316F49 (or 0x316F49) is unknown color: approx Amazon. HEX triplet: 31, 6F and 49. RGB value is (49,111,73). Sum of RGB (Red+Green+Blue) = 49+111+73=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #316F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F49 is #CE90B6. Grayscale: #585858. Windows color (decimal): -13537463 or 4812593. OLE color: 4812593.

HSL color Cylindrical-coordinate representation of color #316F49: hue angle of 143.23º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F49 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB4911173-
CMYK0.5600.340.56
HSL143.23º38.75%31.37%-
HSV(B)143.23º55.86%43.53%-
XYZ8.1512.58.29-
YUV88.13119.46100.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 111 (43.75% from 255) = 47.64%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=21.03%
G=47.64%
B=31.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111730.5600.340.56143.2338.7531.37
Hex316F4938022388f271f
Octal6115711170042702174737
Binary1100011101111100100111100001000101110001000111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316F49; }

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

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

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

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

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

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

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

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