#31794E

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

Shades of Amazon #31794E

Tints of Amazon #31794E

Color information

#31794E (or 0x31794E) is unknown color: approx Amazon. HEX triplet: 31, 79 and 4E. RGB value is (49,121,78). Sum of RGB (Red+Green+Blue) = 49+121+78=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #31794E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31794E is #CE86B1. Grayscale: #5E5E5E. Windows color (decimal): -13534898 or 5142833. OLE color: 5142833.

HSL color Cylindrical-coordinate representation of color #31794E: hue angle of 144.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31794E is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB4912178-
CMYK0.6000.360.53
HSL144.17º42.35%33.33%-
HSV(B)144.17º59.5%47.45%-
XYZ9.4814.889.58-
YUV94.57118.6595.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 121 (47.66% from 255) = 48.79%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=19.76%
G=48.79%
B=31.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121780.6000.360.53144.1742.3533.33
Hex31794E3C02435902a21
Octal6117111674044652205241
Binary11000111110011001110111100010010011010110010000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31794E; }

 p { color: rgb(49,121,78); }

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

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

 a { background-color: rgb(49,121,78); }

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

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

 span { border-color: rgb(49,121,78); }

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