#31785C

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

Shades of Amazon #31785C

Tints of Amazon #31785C

Color information

#31785C (or 0x31785C) is unknown color: approx Amazon. HEX triplet: 31, 78 and 5C. RGB value is (49,120,92). Sum of RGB (Red+Green+Blue) = 49+120+92=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #31785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31785C is #CE87A3. Grayscale: #5F5F5F. Windows color (decimal): -13535140 or 6060081. OLE color: 6060081.

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

Color convert

RGB4912092-
CMYK0.5900.230.53
HSL156.34º42.01%33.14%-
HSV(B)156.34º59.17%47.06%-
XYZ9.9114.8612.47-
YUV95.58125.9894.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 120 (47.27% from 255) = 45.98%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=18.77%
G=45.98%
B=35.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120920.5900.230.53156.3442.0133.14
Hex31785C3B017359c2a21
Octal6117013473027652345241
Binary1100011111000101110011101101011111010110011100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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