#317156

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

Shades of Amazon #317156

Tints of Amazon #317156

Color information

#317156 (or 0x317156) is unknown color: approx Amazon. HEX triplet: 31, 71 and 56. RGB value is (49,113,86). Sum of RGB (Red+Green+Blue) = 49+113+86=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #317156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317156 is #CE8EA9. Grayscale: #5A5A5A. Windows color (decimal): -13536938 or 5665073. OLE color: 5665073.

HSL color Cylindrical-coordinate representation of color #317156: hue angle of 154.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317156 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB4911386-
CMYK0.5700.240.56
HSL154.69º39.51%31.76%-
HSV(B)154.69º56.64%44.31%-
XYZ8.8513.1410.87-
YUV90.79125.398.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=19.76%
G=45.56%
B=34.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113860.5700.240.56154.6939.5131.76
Hex31715639018389b2820
Octal6116112671030702335040
Binary1100011110001101011011100101100011100010011011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317156; }

 p { color: rgb(49,113,86); }

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

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

 a { background-color: rgb(49,113,86); }

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

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

 span { border-color: rgb(49,113,86); }

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