#31784D

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

Shades of Amazon #31784D

Tints of Amazon #31784D

Color information

#31784D (or 0x31784D) is unknown color: approx Amazon. HEX triplet: 31, 78 and 4D. RGB value is (49,120,77). Sum of RGB (Red+Green+Blue) = 49+120+77=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #31784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31784D is #CE87B2. Grayscale: #5D5D5D. Windows color (decimal): -13535155 or 5077041. OLE color: 5077041.

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

Color convert

RGB4912077-
CMYK0.5900.360.53
HSL143.66º42.01%33.14%-
HSV(B)143.66º59.17%47.06%-
XYZ9.3214.629.35-
YUV93.87118.4896-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 120 (47.27% from 255) = 48.78%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=19.92%
G=48.78%
B=31.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120770.5900.360.53143.6642.0133.14
Hex31784D3B02435902a21
Octal6117011573044652205241
Binary11000111110001001101111011010010011010110010000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31784D; }

 p { color: rgb(49,120,77); }

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

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

 a { background-color: rgb(49,120,77); }

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

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

 span { border-color: rgb(49,120,77); }

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