#31734E

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

Shades of Amazon #31734E

Tints of Amazon #31734E

Color information

#31734E (or 0x31734E) is unknown color: approx Amazon. HEX triplet: 31, 73 and 4E. RGB value is (49,115,78). Sum of RGB (Red+Green+Blue) = 49+115+78=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #31734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31734E is #CE8CB1. Grayscale: #5B5B5B. Windows color (decimal): -13536434 or 5141297. OLE color: 5141297.

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

Color convert

RGB4911578-
CMYK0.5700.320.55
HSL146.36º40.24%32.16%-
HSV(B)146.36º57.39%45.1%-
XYZ8.7713.469.34-
YUV91.05120.6398.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 115 (45.31% from 255) = 47.52%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=20.25%
G=47.52%
B=32.23%

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
Decimal49115780.5700.320.55146.3640.2432.16
Hex31734E3902037922820
Octal6116311671040672225040
Binary11000111100111001110111001010000011011110010010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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