#31764E

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

Shades of Amazon #31764E

Tints of Amazon #31764E

Color information

#31764E (or 0x31764E) is unknown color: approx Amazon. HEX triplet: 31, 76 and 4E. RGB value is (49,118,78). Sum of RGB (Red+Green+Blue) = 49+118+78=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #31764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31764E is #CE89B1. Grayscale: #5C5C5C. Windows color (decimal): -13535666 or 5142065. OLE color: 5142065.

HSL color Cylindrical-coordinate representation of color #31764E: hue angle of 145.22º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31764E is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB4911878-
CMYK0.5800.340.54
HSL145.22º41.32%32.75%-
HSV(B)145.22º58.47%46.27%-
XYZ9.1214.169.46-
YUV92.81119.6496.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=20%
G=48.16%
B=31.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118780.5800.340.54145.2241.3232.75
Hex31764E3A02236912921
Octal6116611672042662215141
Binary11000111101101001110111010010001011011010010001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31764E; }

 p { color: rgb(49,118,78); }

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

<style>
 a { background-color: #31764E; }

 a { background-color: rgb(49,118,78); }

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

<style>
 span { border-color: #31764E; }

 span { border-color: rgb(49,118,78); }

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