#316F47

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

Shades of Amazon #316F47

Tints of Amazon #316F47

Color information

#316F47 (or 0x316F47) is unknown color: approx Amazon. HEX triplet: 31, 6F and 47. RGB value is (49,111,71). Sum of RGB (Red+Green+Blue) = 49+111+71=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #316F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F47 is #CE90B8. Grayscale: #585858. Windows color (decimal): -13537465 or 4681521. OLE color: 4681521.

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

Color convert

RGB4911171-
CMYK0.5600.360.56
HSL141.29º38.75%31.37%-
HSV(B)141.29º55.86%43.53%-
XYZ8.0912.487.94-
YUV87.9118.46100.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 111 (43.75% from 255) = 48.05%
BLUE value IS 71 (28.12% from 255) = 30.74%
R=21.21%
G=48.05%
B=30.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111710.5600.360.56141.2938.7531.37
Hex316F4738024388d271f
Octal6115710770044702154737
Binary1100011101111100011111100001001001110001000110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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