#31724F

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

Shades of Amazon #31724F

Tints of Amazon #31724F

Color information

#31724F (or 0x31724F) is unknown color: approx Amazon. HEX triplet: 31, 72 and 4F. RGB value is (49,114,79). Sum of RGB (Red+Green+Blue) = 49+114+79=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #31724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31724F is #CE8DB0. Grayscale: #5A5A5A. Windows color (decimal): -13536689 or 5206577. OLE color: 5206577.

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

Color convert

RGB4911479-
CMYK0.5700.310.55
HSL147.69º39.88%31.96%-
HSV(B)147.69º57.02%44.71%-
XYZ8.713.259.5-
YUV90.57121.4798.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 114 (44.92% from 255) = 47.11%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=20.25%
G=47.11%
B=32.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114790.5700.310.55147.6939.8831.96
Hex31724F3901F37942820
Octal6116211771037672245040
Binary1100011110010100111111100101111111011110010100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31724F; }

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

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

<style>
 a { background-color: #31724F; }

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

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

<style>
 span { border-color: #31724F; }

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

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