#31784B

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

Shades of Amazon #31784B

Tints of Amazon #31784B

Color information

#31784B (or 0x31784B) is unknown color: approx Amazon. HEX triplet: 31, 78 and 4B. RGB value is (49,120,75). Sum of RGB (Red+Green+Blue) = 49+120+75=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #31784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31784B is #CE87B4. Grayscale: #5D5D5D. Windows color (decimal): -13535157 or 4945969. OLE color: 4945969.

HSL color Cylindrical-coordinate representation of color #31784B: hue angle of 141.97º 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 #31784B is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB4912075-
CMYK0.5900.370.53
HSL141.97º42.01%33.14%-
HSV(B)141.97º59.17%47.06%-
XYZ9.2514.598.99-
YUV93.64117.4896.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 120 (47.27% from 255) = 49.18%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=20.08%
G=49.18%
B=30.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120750.5900.370.53141.9742.0133.14
Hex31784B3B025358e2a21
Octal6117011373045652165241
Binary11000111110001001011111011010010111010110001110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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