#31774D

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

Shades of Amazon #31774D

Tints of Amazon #31774D

Color information

#31774D (or 0x31774D) is unknown color: approx Amazon. HEX triplet: 31, 77 and 4D. RGB value is (49,119,77). Sum of RGB (Red+Green+Blue) = 49+119+77=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #31774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31774D is #CE88B2. Grayscale: #5D5D5D. Windows color (decimal): -13535411 or 5076785. OLE color: 5076785.

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

Color convert

RGB4911977-
CMYK0.5900.350.53
HSL144º41.67%32.94%-
HSV(B)144º58.82%46.67%-
XYZ9.214.389.31-
YUV93.28118.8196.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 119 (46.88% from 255) = 48.57%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=20%
G=48.57%
B=31.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119770.5900.350.5314441.6732.94
Hex31774D3B02335902a21
Octal6116711573043652205241
Binary11000111101111001101111011010001111010110010000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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