#316F4D

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

Shades of Amazon #316F4D

Tints of Amazon #316F4D

Color information

#316F4D (or 0x316F4D) is unknown color: approx Amazon. HEX triplet: 31, 6F and 4D. RGB value is (49,111,77). Sum of RGB (Red+Green+Blue) = 49+111+77=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #316F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F4D is #CE90B2. Grayscale: #585858. Windows color (decimal): -13537459 or 5074737. OLE color: 5074737.

HSL color Cylindrical-coordinate representation of color #316F4D: hue angle of 147.1º 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 #316F4D is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB4911177-
CMYK0.5600.310.56
HSL147.1º38.75%31.37%-
HSV(B)147.1º55.86%43.53%-
XYZ8.2912.569.01-
YUV88.59121.4699.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 111 (43.75% from 255) = 46.84%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=20.68%
G=46.84%
B=32.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111770.5600.310.56147.138.7531.37
Hex316F4D3801F3893271f
Octal6115711570037702234737
Binary110001110111110011011110000111111110001001001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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