#31735B

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

Shades of Amazon #31735B

Tints of Amazon #31735B

Color information

#31735B (or 0x31735B) is unknown color: approx Amazon. HEX triplet: 31, 73 and 5B. RGB value is (49,115,91). Sum of RGB (Red+Green+Blue) = 49+115+91=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #31735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31735B is #CE8CA4. Grayscale: #5C5C5C. Windows color (decimal): -13536421 or 5993265. OLE color: 5993265.

HSL color Cylindrical-coordinate representation of color #31735B: hue angle of 158.18º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31735B is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB4911591-
CMYK0.5700.210.55
HSL158.18º40.24%32.16%-
HSV(B)158.18º57.39%45.1%-
XYZ9.2913.6712.05-
YUV92.53127.1396.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=19.22%
G=45.10%
B=35.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115910.5700.210.55158.1840.2432.16
Hex31735B39015379e2820
Octal6116313371025672365040
Binary1100011110011101101111100101010111011110011110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,115,91); }

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

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

 a { background-color: rgb(49,115,91); }

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

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

 span { border-color: rgb(49,115,91); }

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