#31775B

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

Shades of Amazon #31775B

Tints of Amazon #31775B

Color information

#31775B (or 0x31775B) is unknown color: approx Amazon. HEX triplet: 31, 77 and 5B. RGB value is (49,119,91). Sum of RGB (Red+Green+Blue) = 49+119+91=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #31775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31775B is #CE88A4. Grayscale: #5E5E5E. Windows color (decimal): -13535397 or 5994289. OLE color: 5994289.

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

Color convert

RGB4911991-
CMYK0.5900.240.53
HSL156º41.67%32.94%-
HSV(B)156º58.82%46.67%-
XYZ9.7514.612.2-
YUV94.88125.8195.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=18.92%
G=45.95%
B=35.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119910.5900.240.5315641.6732.94
Hex31775B3B018359c2a21
Octal6116713373030652345241
Binary1100011110111101101111101101100011010110011100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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