#31785D

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

Shades of Amazon #31785D

Tints of Amazon #31785D

Color information

#31785D (or 0x31785D) is unknown color: approx Amazon. HEX triplet: 31, 78 and 5D. RGB value is (49,120,93). Sum of RGB (Red+Green+Blue) = 49+120+93=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #31785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31785D is #CE87A2. Grayscale: #5F5F5F. Windows color (decimal): -13535139 or 6125617. OLE color: 6125617.

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

Color convert

RGB4912093-
CMYK0.5900.220.53
HSL157.18º42.01%33.14%-
HSV(B)157.18º59.17%47.06%-
XYZ9.9614.8812.7-
YUV95.69126.4894.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=18.70%
G=45.80%
B=35.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120930.5900.220.53157.1842.0133.14
Hex31785D3B016359d2a21
Octal6117013573026652355241
Binary1100011111000101110111101101011011010110011101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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