#31744f

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

Shades of Amazon #31744F

Tints of Amazon #31744F

Color information

#31744F (or 0x31744F) is unknown color: approx Amazon. HEX triplet: 31, 74 and 4F. RGB value is (49,116,79). Sum of RGB (Red+Green+Blue) = 49+116+79=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #31744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31744F is #CE8BB0. Grayscale: #5B5B5B. Windows color (decimal): -13536177 or 5207089. OLE color: 5207089.

HSL color Cylindrical-coordinate representation of color #31744F: hue angle of 146.87º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31744F is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB4911679-
CMYK0.5800.320.55
HSL146.87º40.61%32.35%-
HSV(B)146.87º57.76%45.49%-
XYZ8.9213.719.57-
YUV91.75120.897.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 116 (45.70% from 255) = 47.54%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=20.08%
G=47.54%
B=32.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49116790.5800.320.55146.8740.6132.35
Hex31744F3A02037932920
Octal6116411772040672235140
Binary11000111101001001111111010010000011011110010011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31744f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31744f; }

 p { color: rgb(49,116,79); }

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

<style>
 a { background-color: #31744f; }

 a { background-color: rgb(49,116,79); }

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

<style>
 span { border-color: #31744f; }

 span { border-color: rgb(49,116,79); }

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