#31735A

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

Shades of Amazon #31735A

Tints of Amazon #31735A

Color information

#31735A (or 0x31735A) is unknown color: approx Amazon. HEX triplet: 31, 73 and 5A. RGB value is (49,115,90). Sum of RGB (Red+Green+Blue) = 49+115+90=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #31735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31735A is #CE8CA5. Grayscale: #5C5C5C. Windows color (decimal): -13536422 or 5927729. OLE color: 5927729.

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

Color convert

RGB4911590-
CMYK0.5700.220.55
HSL157.27º40.24%32.16%-
HSV(B)157.27º57.39%45.1%-
XYZ9.2413.6511.82-
YUV92.42126.6397.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=19.29%
G=45.28%
B=35.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115900.5700.220.55157.2740.2432.16
Hex31735A39016379d2820
Octal6116313271026672355040
Binary1100011110011101101011100101011011011110011101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31735A; }

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

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

<style>
 a { background-color: #31735A; }

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

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

<style>
 span { border-color: #31735A; }

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

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