#316F4A

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

Shades of Amazon #316F4A

Tints of Amazon #316F4A

Color information

#316F4A (or 0x316F4A) is unknown color: approx Amazon. HEX triplet: 31, 6F and 4A. RGB value is (49,111,74). Sum of RGB (Red+Green+Blue) = 49+111+74=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #316F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F4A is #CE90B5. Grayscale: #585858. Windows color (decimal): -13537462 or 4878129. OLE color: 4878129.

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

Color convert

RGB4911174-
CMYK0.5600.330.56
HSL144.19º38.75%31.37%-
HSV(B)144.19º55.86%43.53%-
XYZ8.1912.528.46-
YUV88.24119.96100.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=20.94%
G=47.44%
B=31.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111740.5600.330.56144.1938.7531.37
Hex316F4A380213890271f
Octal6115711270041702204737
Binary1100011101111100101011100001000011110001001000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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