#31754E

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

Shades of Amazon #31754E

Tints of Amazon #31754E

Color information

#31754E (or 0x31754E) is unknown color: approx Amazon. HEX triplet: 31, 75 and 4E. RGB value is (49,117,78). Sum of RGB (Red+Green+Blue) = 49+117+78=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #31754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31754E is #CE8AB1. Grayscale: #5C5C5C. Windows color (decimal): -13535922 or 5141809. OLE color: 5141809.

HSL color Cylindrical-coordinate representation of color #31754E: hue angle of 145.59º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31754E is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB4911778-
CMYK0.5800.330.54
HSL145.59º40.96%32.55%-
HSV(B)145.59º58.12%45.88%-
XYZ913.939.42-
YUV92.22119.9797.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=20.08%
G=47.95%
B=31.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49117780.5800.330.54145.5940.9632.55
Hex31754E3A02136922921
Octal6116511672041662225141
Binary11000111101011001110111010010000111011010010010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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