#31724B

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

Shades of Amazon #31724B

Tints of Amazon #31724B

Color information

#31724B (or 0x31724B) is unknown color: approx Amazon. HEX triplet: 31, 72 and 4B. RGB value is (49,114,75). Sum of RGB (Red+Green+Blue) = 49+114+75=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #31724B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31724B is #CE8DB4. Grayscale: #5A5A5A. Windows color (decimal): -13536693 or 4944433. OLE color: 4944433.

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

Color convert

RGB4911475-
CMYK0.5700.340.55
HSL144º39.88%31.96%-
HSV(B)144º57.02%44.71%-
XYZ8.5513.28.75-
YUV90.12119.4798.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 75 (29.69% from 255) = 31.51%
R=20.59%
G=47.90%
B=31.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114750.5700.340.5514439.8831.96
Hex31724B3902237902820
Octal6116211371042672205040
Binary11000111100101001011111001010001011011110010000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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