#31724E

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

Shades of Amazon #31724E

Tints of Amazon #31724E

Color information

#31724E (or 0x31724E) is unknown color: approx Amazon. HEX triplet: 31, 72 and 4E. RGB value is (49,114,78). Sum of RGB (Red+Green+Blue) = 49+114+78=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #31724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31724E is #CE8DB1. Grayscale: #5A5A5A. Windows color (decimal): -13536690 or 5141041. OLE color: 5141041.

HSL color Cylindrical-coordinate representation of color #31724E: hue angle of 146.77º 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 #31724E is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB4911478-
CMYK0.5700.320.55
HSL146.77º39.88%31.96%-
HSV(B)146.77º57.02%44.71%-
XYZ8.6613.249.31-
YUV90.46120.9798.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=20.33%
G=47.30%
B=32.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114780.5700.320.55146.7739.8831.96
Hex31724E3902037932820
Octal6116211671040672235040
Binary11000111100101001110111001010000011011110010011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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