#316F48

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

Shades of Amazon #316F48

Tints of Amazon #316F48

Color information

#316F48 (or 0x316F48) is unknown color: approx Amazon. HEX triplet: 31, 6F and 48. RGB value is (49,111,72). Sum of RGB (Red+Green+Blue) = 49+111+72=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #316F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F48 is #CE90B7. Grayscale: #585858. Windows color (decimal): -13537464 or 4747057. OLE color: 4747057.

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

Color convert

RGB4911172-
CMYK0.5600.350.56
HSL142.26º38.75%31.37%-
HSV(B)142.26º55.86%43.53%-
XYZ8.1212.498.11-
YUV88.02118.96100.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 111 (43.75% from 255) = 47.84%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=21.12%
G=47.84%
B=31.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111720.5600.350.56142.2638.7531.37
Hex316F4838023388e271f
Octal6115711070043702164737
Binary1100011101111100100011100001000111110001000111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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