#31704A

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

Shades of Amazon #31704A

Tints of Amazon #31704A

Color information

#31704A (or 0x31704A) is unknown color: approx Amazon. HEX triplet: 31, 70 and 4A. RGB value is (49,112,74). Sum of RGB (Red+Green+Blue) = 49+112+74=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #31704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31704A is #CE8FB5. Grayscale: #585858. Windows color (decimal): -13537206 or 4878385. OLE color: 4878385.

HSL color Cylindrical-coordinate representation of color #31704A: hue angle of 143.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31704A is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB4911274-
CMYK0.5600.340.56
HSL143.81º39.13%31.57%-
HSV(B)143.81º56.25%43.92%-
XYZ8.312.748.5-
YUV88.83119.6399.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=20.85%
G=47.66%
B=31.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112740.5600.340.56143.8139.1331.57
Hex31704A3802238902720
Octal6116011270042702204740
Binary11000111100001001010111000010001011100010010000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31704A; }

 p { color: rgb(49,112,74); }

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

<style>
 a { background-color: #31704A; }

 a { background-color: rgb(49,112,74); }

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

<style>
 span { border-color: #31704A; }

 span { border-color: rgb(49,112,74); }

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